Skip to content

Commit 5ba70dd

Browse files
committed
update kotlin to 2.1.10
1 parent 087b4ca commit 5ba70dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ android {
102102
}
103103

104104
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
105-
kotlinOptions {
105+
compilerOptions {
106106
freeCompilerArgs = listOf(
107107
"-opt-in=kotlin.RequiresOptIn",
108108
"-opt-in=kotlin.ExperimentalUnsignedTypes",

android/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ daggerVersion = "2.51.1"
1010
desugar = "2.0.4"
1111
gradle = "8.7.2"
1212
koinVersion = "4.0.0"
13-
kotlin = "2.1.0-RC"
13+
kotlin = "2.1.10"
1414
kotlinxDatetime = "0.6.0"
1515
kotlinxSerializationJson = "1.7.1"
16-
ksp = "2.1.0-RC-1.0.27"
16+
ksp = "2.1.10-1.0.29"
1717
libpebblecommonVersion = "0.1.27"
1818
errorproneVersion = "2.26.1"
1919
logbackAndroid = "3.0.0"

0 commit comments

Comments
 (0)