Skip to content

Commit

Permalink
Encoding
Browse files Browse the repository at this point in the history
* Fixes after merge
  • Loading branch information
petertrr committed Jan 13, 2022
1 parent 5749192 commit 90c019b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktor-client-curl = { module = "io.ktor:ktor-client-curl", version.ref = "ktor" }
ktor-client-serialization = { module = "io.ktor:ktor-client-serialization", version.ref = "ktor" }
ktor-client-encoding = { module = "io.ktor:ktor-client-encoding", version.ref = "ktor" }
ktor-client-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }

# database
Expand Down
2 changes: 1 addition & 1 deletion save-agent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kotlin {
implementation(libs.ktor.client.core)
implementation(libs.ktor.client.curl)
implementation(libs.ktor.client.serialization)
// implementation("io.ktor:ktor-client-encoding:${Versions.ktor}")
implementation(libs.ktor.client.encoding)
implementation(libs.kotlinx.serialization.properties)
implementation(libs.okio)
implementation(libs.kotlinx.datetime)
Expand Down

0 comments on commit 90c019b

Please sign in to comment.