Skip to content

Commit 6099c9e

Browse files
Update kotlin monorepo to v2.3.10 (#346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3478b69 commit 6099c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sample-compileSdk = "36"
44
sample-minSdk = "23"
55
sample-targetSdk = "36"
66

7-
kotlin = "2.3.0"
7+
kotlin = "2.3.10"
88
jetbrains-compose = "1.10.0"
99
camerax = "1.5.3"
1010
lifecycle = "2.9.6"

sample/app-android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ dependencies {
3838
implementation(libs.androidx.hilt.compose)
3939
implementation(libs.hilt.android)
4040
ksp(libs.hilt.compiler)
41-
ksp("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0") // hilt + android 2.3.0 workaround
41+
ksp("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.10") // hilt + android 2.3.0 workaround
4242
}

0 commit comments

Comments
 (0)