Skip to content

Commit 6154201

Browse files
Update Kotlin, KSP and Compose Compiler
| datasource | package | from | to | | ---------- | ------------------------------------------------------------------------------------------------- | ------------- | ------------ | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 2.0.21-1.0.28 | 2.2.20-2.0.4 | | maven | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.0.21 | 2.2.20 | | maven | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin | 2.0.21 | 2.2.20 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.0.21 | 2.2.20 | | maven | org.jetbrains.kotlin:kotlin-test-junit | 2.0.21 | 2.2.20 | | maven | org.jetbrains.kotlin:kotlin-test | 2.0.21 | 2.2.20 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.0.21 | 2.2.20 | | maven | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin | 2.0.21 | 2.2.20 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 2.0.21 | 2.2.20 |
1 parent 0e4a195 commit 6154201

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
junit = "4.13.2"
3-
kotlin = "2.0.21"
3+
kotlin = "2.2.20"
44
coroutines = "1.9.0"
55
kotlinx-serialization-json = "1.7.3"
66
kotlinx-collections-immutable = "0.3.8"
@@ -48,7 +48,7 @@ detekt = "1.23.8"
4848
kotlinx-kover = "0.9.2"
4949
dokka = "2.0.0"
5050
kotlinx-binary-compatibility-validator = "0.17.0"
51-
ksp = "2.0.21-1.0.28"
51+
ksp = "2.2.20-2.0.4"
5252
poko = "0.17.2"
5353

5454
vanniktech-maven-publish = "0.31.0"

standalone-sample/kmpviewmodel_compose_koin_sample/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.0.21"
2+
kotlin = "2.2.20"
33
# the Java version that the Java and Kotlin compilers will target
44
java-target = "11"
55
# the Java version that is used to run the Java and Kotlin compilers and various other tasks

standalone-sample/kmpviewmodel_compose_koject_sample/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ compose = "1.8.3"
1414
compose-plugin = "1.7.3"
1515
junit = "4.13.2"
1616
koject = "1.3.0"
17-
kotlin = "2.0.21"
18-
ksp = "2.0.21-1.0.28"
17+
kotlin = "2.2.20"
18+
ksp = "2.2.20-2.0.4"
1919

2020
flow-ext = "1.0.0"
2121
kotlinx-collections-immutable = "0.3.8"

0 commit comments

Comments
 (0)