Skip to content

Commit

Permalink
Replace the direct okio-jvm dependency with the mutiplatform okio dep…
Browse files Browse the repository at this point in the history
…endency

Relates to square/okio#1125
  • Loading branch information
gesellix committed Jul 11, 2023
1 parent b966cce commit 4565f7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies {
}
listOf(
"com.squareup.okio:okio",
"com.squareup.okio:okio-jvm"
).forEach {
implementation(it) {
version {
Expand Down Expand Up @@ -70,7 +69,7 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")

api("com.squareup.okhttp3:okhttp:4.11.0")
implementation("com.squareup.okio:okio-jvm:3.4.0")
implementation("com.squareup.okio:okio:3.4.0")

implementation("com.kohlschutter.junixsocket:junixsocket-core:2.6.2@pom") {
isTransitive = true
Expand Down

0 comments on commit 4565f7e

Please sign in to comment.