We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3478b69 commit 6099c9eCopy full SHA for 6099c9e
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ sample-compileSdk = "36"
4
sample-minSdk = "23"
5
sample-targetSdk = "36"
6
7
-kotlin = "2.3.0"
+kotlin = "2.3.10"
8
jetbrains-compose = "1.10.0"
9
camerax = "1.5.3"
10
lifecycle = "2.9.6"
sample/app-android/build.gradle.kts
@@ -38,5 +38,5 @@ dependencies {
38
implementation(libs.androidx.hilt.compose)
39
implementation(libs.hilt.android)
40
ksp(libs.hilt.compiler)
41
- ksp("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0") // hilt + android 2.3.0 workaround
+ ksp("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.10") // hilt + android 2.3.0 workaround
42
}
0 commit comments