Skip to content

Commit e7e97c4

Browse files
Kotlin: support 2.4.20-RC3
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5e9dec1 commit e7e97c4

10 files changed

Lines changed: 14 additions & 14 deletions

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ use_repo(
278278
"kotlin-compiler-2.3.0",
279279
"kotlin-compiler-2.3.20",
280280
"kotlin-compiler-2.4.0",
281-
"kotlin-compiler-2.4.20-RC2",
281+
"kotlin-compiler-2.4.20-RC3",
282282
"kotlin-compiler-embeddable-1.8.0",
283283
"kotlin-compiler-embeddable-1.9.0-Beta",
284284
"kotlin-compiler-embeddable-1.9.20-Beta",
@@ -291,7 +291,7 @@ use_repo(
291291
"kotlin-compiler-embeddable-2.3.0",
292292
"kotlin-compiler-embeddable-2.3.20",
293293
"kotlin-compiler-embeddable-2.4.0",
294-
"kotlin-compiler-embeddable-2.4.20-RC2",
294+
"kotlin-compiler-embeddable-2.4.20-RC3",
295295
"kotlin-stdlib-1.8.0",
296296
"kotlin-stdlib-1.9.0-Beta",
297297
"kotlin-stdlib-1.9.20-Beta",
@@ -304,7 +304,7 @@ use_repo(
304304
"kotlin-stdlib-2.3.0",
305305
"kotlin-stdlib-2.3.20",
306306
"kotlin-stdlib-2.4.0",
307-
"kotlin-stdlib-2.4.20-RC2",
307+
"kotlin-stdlib-2.4.20-RC3",
308308
)
309309

310310
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")

java/kotlin-extractor/deps/kotlin-compiler-2.4.20-RC2.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:7a82b8fcea2bb26e0183c8d4abaa11c73d0546513778cde864afca093ebf47fc
3+
size 60184483

java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.4.20-RC2.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:8b5e606e085246cf3f45e94bc5f19703330cd4336f8018a51ed5f5c41df05b48
3+
size 58593254

java/kotlin-extractor/deps/kotlin-stdlib-2.4.20-RC2.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:45311a8ed12064c4f8d23f54a1a79f72897f2a94ba39a15b22d73b07500078db
3+
size 1853318

java/kotlin-extractor/dev/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import io
2828
import os
2929

30-
DEFAULT_VERSION = "2.4.20-RC2"
30+
DEFAULT_VERSION = "2.4.20-RC3"
3131

3232

3333
def options():

java/kotlin-extractor/src/main/kotlin/utils/versions/v_2_4_20-RC2/Kotlin2ComponentRegistrar.kt renamed to java/kotlin-extractor/src/main/kotlin/utils/versions/v_2_4_20-RC3/Kotlin2ComponentRegistrar.kt

File renamed without changes.

java/kotlin-extractor/versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VERSIONS = [
1212
"2.3.0",
1313
"2.3.20",
1414
"2.4.0",
15-
"2.4.20-RC2",
15+
"2.4.20-RC3",
1616
]
1717

1818
def _version_to_tuple(v):

0 commit comments

Comments
 (0)