Skip to content

Commit

Permalink
Rollback to Okhttp client.
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksymenko committed Jan 16, 2024
1 parent 193883a commit c4a0cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldwind/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ kotlin {
val jvmCommonMain by creating {
dependsOn(commonMain)
dependencies {
implementation("io.ktor:ktor-client-cio:$ktorVersion")
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")
}
}
val jvmCommonTest by creating {
Expand Down

0 comments on commit c4a0cb7

Please sign in to comment.