Skip to content

Commit 401004f

Browse files
authored
fix: fix the reflect version at 1.9.0 (#30)
1 parent 885f46c commit 401004f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ android {
5252
dependencies {
5353
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
5454
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
5556
testImplementation("org.jetbrains.kotlin:kotlin-test")
5657
testImplementation("org.mockito:mockito-core:5.1.0")
5758
}

0 commit comments

Comments
 (0)