Skip to content

Commit f7236f9

Browse files
committed
-Minor change
1 parent 384e5a3 commit f7236f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ buildscript {
1111
}
1212

1313
plugins {
14+
java
1415
`maven-publish`
1516
`java-library`
1617
id("org.jetbrains.kotlin.jvm") version Versions.kotlinVersion
@@ -28,8 +29,8 @@ repositories {
2829
dependencies {
2930
//OkHtpp
3031
implementation(platform(Deps.okhttpBom))
31-
implementation(Deps.okhttp)
32-
implementation(Deps.okhttpLogging)
32+
api(Deps.okhttp)
33+
api(Deps.okhttpLogging)
3334
implementation(Deps.okhttpSSE)
3435

3536
//Gson

0 commit comments

Comments
 (0)