Skip to content

Commit b292d21

Browse files
committed
Update Kotlin to 2.0.20-RC
1 parent 66b5bce commit b292d21

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.0.20-Beta2"
2+
kotlin = "2.0.20-RC"
33
kotlinx-coroutines = "1.9.0-RC"
44
android = "8.2.0"
55
androidx-lifecycle = "2.8.0"
@@ -8,8 +8,8 @@ atomicfu = "0.24.0"
88
# Sample versions
99
androidx-compose = "2023.10.01"
1010
androidx-fragment = "1.6.2"
11-
ksp = "2.0.20-Beta2-1.0.23"
12-
nativecoroutines = "1.0.0-ALPHA-32-kotlin-2.0.20-Beta2"
11+
ksp = "2.0.20-RC-1.0.24"
12+
nativecoroutines = "1.0.0-ALPHA-33-kotlin-2.0.20-RC"
1313

1414
[libraries]
1515
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

0 commit comments

Comments
 (0)