Merge pull request #20141 from igfoo/igfoo/kotlin-2.2.20-beta2

Kotlin: Support 2.2.20-beta2
This commit is contained in:
Ian Lynagh
2025-07-31 12:00:17 +01:00
committed by GitHub
9 changed files with 13 additions and 13 deletions

Binary file not shown.

BIN
java/kotlin-extractor/deps/kotlin-compiler-2.2.20-Beta2.jar (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
java/kotlin-extractor/deps/kotlin-stdlib-2.2.20-Beta2.jar (Stored with Git LFS) Normal file

Binary file not shown.

View File

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