File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ kotlin {
8787 implementation(libs.koin.androidx.compose)
8888 implementation(libs.generativeai)
8989 implementation(compose.uiTooling)
90- implementation(" io .ktor:ktor- client-okhttp:2.3.7 " )
90+ implementation(libs .ktor. client.okhttp )
9191 }
9292 commonMain.dependencies {
9393 implementation(compose.runtime)
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ ktor-client-android = { module = "io.ktor:ktor-client-android" }
5757ktor-client-content-negotiation = { module = " io.ktor:ktor-client-content-negotiation" }
5858ktor-client-logging = { module = " io.ktor:ktor-client-logging" }
5959ktor-client-mock = { module = " io.ktor:ktor-client-mock" }
60+ ktor-client-okhttp = { module = " io.ktor:ktor-client-okhttp" , version.ref = " ktor-bom" }
6061ktor-client-serialization = { module = " io.ktor:ktor-client-serialization" }
6162ktor-serialization-kotlinx-json = { module = " io.ktor:ktor-serialization-kotlinx-json" }
6263koin-android = { module = " io.insert-koin:koin-android" }
You can’t perform that action at this time.
0 commit comments