We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087b4ca commit 5ba70ddCopy full SHA for 5ba70dd
android/app/build.gradle.kts
@@ -102,7 +102,7 @@ android {
102
}
103
104
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
105
- kotlinOptions {
+ compilerOptions {
106
freeCompilerArgs = listOf(
107
"-opt-in=kotlin.RequiresOptIn",
108
"-opt-in=kotlin.ExperimentalUnsignedTypes",
android/gradle/libs.versions.toml
@@ -10,10 +10,10 @@ daggerVersion = "2.51.1"
10
desugar = "2.0.4"
11
gradle = "8.7.2"
12
koinVersion = "4.0.0"
13
-kotlin = "2.1.0-RC"
+kotlin = "2.1.10"
14
kotlinxDatetime = "0.6.0"
15
kotlinxSerializationJson = "1.7.1"
16
-ksp = "2.1.0-RC-1.0.27"
+ksp = "2.1.10-1.0.29"
17
libpebblecommonVersion = "0.1.27"
18
errorproneVersion = "2.26.1"
19
logbackAndroid = "3.0.0"
0 commit comments