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 @@ -85,6 +85,7 @@ jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-
8585ktor-client-core = { module = " io.ktor:ktor-client-core" , version.ref = " ktor" }
8686ktor-client-curl = { module = " io.ktor:ktor-client-curl" , version.ref = " ktor" }
8787ktor-client-serialization = { module = " io.ktor:ktor-client-serialization" , version.ref = " ktor" }
88+ ktor-client-encoding = { module = " io.ktor:ktor-client-encoding" , version.ref = " ktor" }
8889ktor-client-mock = { module = " io.ktor:ktor-client-mock" , version.ref = " ktor" }
8990
9091# database
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ kotlin {
2828 implementation(libs.ktor.client.core)
2929 implementation(libs.ktor.client.curl)
3030 implementation(libs.ktor.client.serialization)
31- // implementation("io .ktor:ktor- client-encoding:${Versions.ktor}" )
31+ implementation(libs .ktor. client.encoding )
3232 implementation(libs.kotlinx.serialization.properties)
3333 implementation(libs.okio)
3434 implementation(libs.kotlinx.datetime)
You can’t perform that action at this time.
0 commit comments