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 d802051 commit 88a02c2Copy full SHA for 88a02c2
android/build.gradle
@@ -75,7 +75,7 @@ dependencies {
75
76
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
77
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
78
- implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.10"))
79
80
implementation 'androidx.camera:camera-lifecycle:1.3.3'
81
implementation 'androidx.camera:camera-camera2:1.3.3'
0 commit comments