diff --git a/build.gradle b/build.gradle index 99103b97..5a98879b 100644 --- a/build.gradle +++ b/build.gradle @@ -103,6 +103,7 @@ repositories { } dependencies { + implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.fragment:fragment-ktx:1.3.6' implementation 'androidx.viewpager2:viewpager2:1.0.0' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2'