Skip to content

Commit 8450bc0

Browse files
committed
Update Kotlin to 2.2.0-RC3
1 parent 1990a03 commit 8450bc0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ buildscript {
88

99
allprojects {
1010
group = "com.rickclephas.kmp"
11-
version = "1.0.0-BETA-11-kotlin-2.2.0-RC2"
11+
version = "1.0.0-BETA-11-kotlin-2.2.0-RC3"
1212
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.2.0-RC2"
2+
kotlin = "2.2.0-RC3"
33
kotlinx-coroutines = "1.10.1"
44
android = "8.2.0"
55
androidx-lifecycle = "2.8.7"
@@ -8,7 +8,7 @@ atomicfu = "0.27.0"
88
# Sample versions
99
androidx-compose = "2023.10.01"
1010
androidx-fragment = "1.6.2"
11-
ksp = "2.2.0-RC2-2.0.1"
11+
ksp = "2.2.0-RC3-2.0.2"
1212
nativecoroutines = "1.0.0-ALPHA-44-kotlin-2.2.0-RC2"
1313

1414
[libraries]

0 commit comments

Comments
 (0)