Skip to content

Commit cd08be2

Browse files
committed
feat: fix dependency issue
1 parent 73032d7 commit cd08be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ repositories {
2727
}
2828

2929
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")
30+
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3")
31+
api(platform("com.squareup.okhttp3:okhttp-bom:4.9.0"))
32+
api("com.squareup.okhttp3:okhttp")
3333
implementation("com.squareup.okhttp3:okhttp-urlconnection")
3434
implementation("com.squareup.okhttp3:logging-interceptor")
3535
implementation("com.google.code.gson:gson:2.8.5")

0 commit comments

Comments
 (0)