Kotlin: Add support for Kotlin 2.3.0

This commit is contained in:
Anders Fugmann
2025-12-04 16:14:13 +01:00
parent bc419fd35c
commit 07e5479aff
8 changed files with 27 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ VERSIONS = [
"2.1.20-Beta1",
"2.2.0-Beta1",
"2.2.20-Beta2",
"2.3.0",
]
def _version_to_tuple(v):