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 00f1016 commit 73a1f30Copy full SHA for 73a1f30
sampleapp/build.gradle.kts
@@ -51,7 +51,7 @@ android {
51
52
dependencies {
53
implementation(project(":kotlin-sdk"))
54
- implementation("androidx.core:core-ktx:1.16.0")
+ implementation("androidx.core:core-ktx:1.17.0")
55
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.3")
56
implementation("androidx.activity:activity-compose:1.10.1")
57
implementation(platform("androidx.compose:compose-bom:2025.09.00"))
0 commit comments