Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 0360f36

Browse files
committed
Replace the direct okio-jvm dependency with the multiplatform okio dependency
1 parent a137d7a commit 0360f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
implementation("org.slf4j:slf4j-api:2.0.7")
7373
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")
7474

75-
implementation("com.squareup.okio:okio-jvm:3.4.0")
75+
implementation("com.squareup.okio:okio:3.4.0")
7676
implementation("com.squareup.okhttp3:okhttp:4.11.0")
7777
testImplementation("com.squareup.okhttp3:mockwebserver:4.11.0")
7878

0 commit comments

Comments
 (0)