diff --git a/codekit/build.gradle b/codekit/build.gradle index 108084b..631641c 100644 --- a/codekit/build.gradle +++ b/codekit/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation "androidx.fragment:fragment-ktx:1.3.4" implementation "androidx.recyclerview:recyclerview:1.2.0" - implementation "androidx.core:core-ktx:1.5.0" + implementation "androidx.core:core-ktx:1.17.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }