diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 053a5cf6..c32a352c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] junit = "4.13.2" -kotlin = "2.0.21" +kotlin = "2.1.10" coroutines = "1.9.0" kotlinx-serialization-json = "1.7.3" kotlinx-collections-immutable = "0.3.8" @@ -48,7 +48,7 @@ detekt = "1.23.7" kotlinx-kover = "0.8.3" dokka = "1.9.20" kotlinx-binary-compatibility-validator = "0.16.3" -ksp = "2.0.21-1.0.28" +ksp = "2.1.10-1.0.29" poko = "0.17.2" vanniktech-maven-publish = "0.30.0" diff --git a/standalone-sample/kmpviewmodel_compose_koin_sample/gradle/libs.versions.toml b/standalone-sample/kmpviewmodel_compose_koin_sample/gradle/libs.versions.toml index 6876a4f9..990e32f7 100644 --- a/standalone-sample/kmpviewmodel_compose_koin_sample/gradle/libs.versions.toml +++ b/standalone-sample/kmpviewmodel_compose_koin_sample/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.0.21" +kotlin = "2.1.10" # the Java version that the Java and Kotlin compilers will target java-target = "11" # the Java version that is used to run the Java and Kotlin compilers and various other tasks diff --git a/standalone-sample/kmpviewmodel_compose_koject_sample/gradle/libs.versions.toml b/standalone-sample/kmpviewmodel_compose_koject_sample/gradle/libs.versions.toml index ea5c698d..c97644a5 100644 --- a/standalone-sample/kmpviewmodel_compose_koject_sample/gradle/libs.versions.toml +++ b/standalone-sample/kmpviewmodel_compose_koject_sample/gradle/libs.versions.toml @@ -14,8 +14,8 @@ compose = "1.7.5" compose-plugin = "1.7.0" junit = "4.13.2" koject = "1.3.0" -kotlin = "2.0.21" -ksp = "2.0.21-1.0.28" +kotlin = "2.1.10" +ksp = "2.1.10-1.0.29" flow-ext = "1.0.0" kotlinx-collections-immutable = "0.3.8"