Skip to content

Commit db3b9de

Browse files
authored
Merge pull request #95 from rickclephas/feature/kotlin-2.2.20
Kotlin 2.2.20
2 parents 822a45d + 86c2dcd commit db3b9de

File tree

4 files changed

+494
-355
lines changed

4 files changed

+494
-355
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-13"
11+
version = "1.0.0-BETA-13-kotlin-2.2.20-RC2"
1212
}

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.2.10"
2+
kotlin = "2.2.20"
33
kotlinx-coroutines = "1.10.1"
44
android = "8.2.0"
55
androidx-lifecycle = "2.8.7"
@@ -8,8 +8,8 @@ atomicfu = "0.27.0"
88
# Sample versions
99
androidx-compose = "2023.10.01"
1010
androidx-fragment = "1.6.2"
11-
ksp = "2.2.10-2.0.2"
12-
nativecoroutines = "1.0.0-ALPHA-46"
11+
ksp = "2.2.20-2.0.2"
12+
nativecoroutines = "1.0.0-ALPHA-47"
1313

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

0 commit comments

Comments
 (0)