Skip to content

Commit 7588ee4

Browse files
committed
Remove unused dependencies
1 parent 9f359a9 commit 7588ee4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ publishing {
8787

8888
dependencies {
8989
api("com.squareup.moshi:moshi:1.13.0")
90-
api("com.squareup.moshi:moshi-kotlin:1.13.0")
90+
implementation("com.squareup.moshi:moshi-kotlin:1.13.0")
9191
api("com.squareup.okhttp3:okhttp:4.10.0")
92-
api("com.squareup.okhttp3:logging-interceptor:4.10.0")
9392
api("com.squareup.retrofit2:retrofit:2.9.0")
94-
api("com.squareup.retrofit2:converter-moshi:2.9.0")
95-
api("com.squareup.retrofit2:converter-scalars:2.9.0")
93+
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
94+
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
9695
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
9796
}

0 commit comments

Comments
 (0)