@@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
1818apply plugin : ' kotlin-android'
1919apply plugin : ' kotlin-android-extensions'
2020apply plugin : ' kotlin-kapt'
21- apply plugin : ' androidx.navigation.safeargs'
21+ apply plugin : ' androidx.navigation.safeargs.kotlin '
2222
2323android {
2424 compileSdkVersion rootProject. compileSdkVersion
@@ -49,14 +49,14 @@ android {
4949dependencies {
5050 kapt " androidx.room:room-compiler:$rootProject . roomVersion "
5151 kapt " com.github.bumptech.glide:compiler:$rootProject . glideVersion "
52- implementation " android.arch.navigation:navigation-fragment-ktx:$rootProject . navigationVersion "
53- implementation " android.arch.navigation:navigation-ui-ktx:$rootProject . navigationVersion "
5452 implementation " android.arch.work:work-runtime-ktx:$rootProject . workVersion "
5553 implementation " androidx.appcompat:appcompat:$rootProject . supportLibraryVersion "
5654 implementation " androidx.constraintlayout:constraintlayout:$rootProject . constraintLayoutVersion "
5755 implementation " androidx.core:core-ktx:$rootProject . ktxVersion "
5856 implementation " androidx.lifecycle:lifecycle-extensions:$rootProject . lifecycleVersion "
5957 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$rootProject . lifecycleVersion "
58+ implementation " androidx.navigation:navigation-fragment-ktx:$rootProject . navigationVersion "
59+ implementation " androidx.navigation:navigation-ui-ktx:$rootProject . navigationVersion "
6060 implementation " androidx.recyclerview:recyclerview:$rootProject . recyclerViewVersion "
6161 implementation " androidx.room:room-runtime:$rootProject . roomVersion "
6262 implementation " com.github.bumptech.glide:glide:$rootProject . glideVersion "
0 commit comments