File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
22 id(" com.android.library" )
33 id(" org.jetbrains.kotlin.android" )
44 id(" kotlin-kapt" )
5- id(" androidx.navigation.safeargs.kotlin" )
65 id(" maven-publish" )
76}
87
@@ -74,8 +73,6 @@ dependencies {
7473 val retrofitVersion = " 2.9.0"
7574 implementation(" com.squareup.retrofit2:retrofit:$retrofitVersion " )
7675 implementation(" com.squareup.retrofit2:converter-gson:$retrofitVersion " )
77- implementation(" com.squareup.retrofit2:converter-moshi:$retrofitVersion " )
78- implementation(" com.squareup.retrofit2:converter-scalars:$retrofitVersion " )
7976
8077 // OkHttp
8178 val okHttpVersion = " 5.0.0-alpha.2"
@@ -84,7 +81,6 @@ dependencies {
8481 // Navigation
8582 val navVersion = " 2.6.0"
8683 implementation(" androidx.navigation:navigation-fragment-ktx:$navVersion " )
87- implementation(" androidx.navigation:navigation-runtime-ktx:$navVersion " )
8884 implementation(" androidx.navigation:navigation-ui-ktx:$navVersion " )
8985
9086}
You can’t perform that action at this time.
0 commit comments