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 8b0bbfc commit a2b87e0Copy full SHA for a2b87e0
tutorials/kotlin/Polygons/app/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
testImplementation 'junit:junit:4.13.2'
38
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
39
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
40
- implementation "androidx.core:core-ktx:1.13.0"
+ implementation "androidx.core:core-ktx:1.13.1"
41
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
42
}
43
0 commit comments