We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885f46c commit 401004fCopy full SHA for 401004f
android/build.gradle
@@ -52,6 +52,7 @@ android {
52
dependencies {
53
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
54
implementation("com.spotify.confidence:confidence-sdk-android:0.3.2")
55
+ implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.0") // force this to 1.9.0
56
testImplementation("org.jetbrains.kotlin:kotlin-test")
57
testImplementation("org.mockito:mockito-core:5.1.0")
58
}
0 commit comments