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 73032d7 commit cd08be2Copy full SHA for cd08be2
build.gradle
@@ -27,9 +27,9 @@ repositories {
27
}
28
29
dependencies {
30
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3")
31
- implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.0"))
32
- implementation("com.squareup.okhttp3:okhttp")
+ api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3")
+ api(platform("com.squareup.okhttp3:okhttp-bom:4.9.0"))
+ api("com.squareup.okhttp3:okhttp")
33
implementation("com.squareup.okhttp3:okhttp-urlconnection")
34
implementation("com.squareup.okhttp3:logging-interceptor")
35
implementation("com.google.code.gson:gson:2.8.5")
0 commit comments