Skip to content

Commit 007f465

Browse files
authored
Merge pull request #86 from rickclephas/feature/kotlin-2.1.20
Kotlin 2.1.20
2 parents 63f01bb + 9026484 commit 007f465

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.idea/kotlinc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313

1414
allprojects {
1515
group = "com.rickclephas.kmp"
16-
version = "1.0.0-BETA-9"
16+
version = "1.0.0-BETA-9-kotlin-2.1.20-RC3"
1717

1818
repositories {
1919
mavenCentral()

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.1.10"
2+
kotlin = "2.1.20"
33
kotlinx-coroutines = "1.10.1"
44
android = "8.2.0"
55
androidx-lifecycle = "2.8.7"
@@ -8,8 +8,8 @@ atomicfu = "0.26.1"
88
# Sample versions
99
androidx-compose = "2023.10.01"
1010
androidx-fragment = "1.6.2"
11-
ksp = "2.1.10-1.0.29"
12-
nativecoroutines = "1.0.0-ALPHA-39"
11+
ksp = "2.1.20-1.0.31"
12+
nativecoroutines = "1.0.0-ALPHA-41"
1313

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

0 commit comments

Comments
 (0)