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 73ac16f commit cc3ad20Copy full SHA for cc3ad20
WearOS/Wearable/build.gradle.kts
@@ -53,7 +53,7 @@ android {
53
dependencies {
54
// [START_EXCLUDE]
55
implementation("androidx.core:core-ktx:1.15.0")
56
- implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21")
+ implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.10")
57
// [END_EXCLUDE]
58
compileOnly("com.google.android.wearable:wearable:2.9.0")
59
implementation("com.google.android.support:wearable:2.9.0")
0 commit comments