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 676c960 commit 1898d0cCopy full SHA for 1898d0c
build.gradle.kts
@@ -185,6 +185,8 @@ kotlin {
185
}
186
187
val commonJvmLikeTest by creating {
188
+ dependsOn(commonTest.get())
189
+
190
dependencies {
191
implementation(kotlin("test-junit"))
192
implementation(libs.spark.core)
gradle/libs.versions.toml
@@ -15,9 +15,9 @@ spark = "2.9.4"
15
korlibs = "4.0.10"
16
17
# Android specific versions
18
-android-spotify-auth = "1.2.6"
+android-spotify-auth = "2.1.1"
19
android-crypto = "1.1.0-alpha06"
20
-androidx-compat = "1.6.1"
+androidx-compat = "1.7.0"
21
android-retrofuture = "1.7.4"
22
23
[libraries]
0 commit comments