We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f359a9 commit 7588ee4Copy full SHA for 7588ee4
build.gradle.kts
@@ -87,11 +87,10 @@ publishing {
87
88
dependencies {
89
api("com.squareup.moshi:moshi:1.13.0")
90
- api("com.squareup.moshi:moshi-kotlin:1.13.0")
+ implementation("com.squareup.moshi:moshi-kotlin:1.13.0")
91
api("com.squareup.okhttp3:okhttp:4.10.0")
92
- api("com.squareup.okhttp3:logging-interceptor:4.10.0")
93
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")
+ implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
+ implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
96
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
97
}
0 commit comments