Skip to content

Commit 71466a0

Browse files
Update kotlin monorepo to v2.3.21 (#376)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3b5988 commit 71466a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.20"
7+
kotlin = "2.3.21"
88
jetbrains-compose = "1.10.3"
99
camerax = "1.5.3"
1010
lifecycle = "2.10.0"

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.20") // hilt + android 2.3.0 workaround
41+
ksp("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.21") // hilt + android 2.3.0 workaround
4242
}

0 commit comments

Comments
 (0)