Use OkHttp instead of CIO

This commit is contained in:
vfsfitvnm
2022-08-10 16:31:25 +02:00
parent b634e792f2
commit d0c0cbf4ce
3 changed files with 31 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ dependencyResolutionManagement {
version("ktor", "2.0.3")
library("ktor-client-core", "io.ktor", "ktor-client-core").versionRef("ktor")
library("ktor-client-cio", "io.ktor", "ktor-client-cio").versionRef("ktor")
library("ktor-client-cio", "io.ktor", "ktor-client-okhttp").versionRef("ktor")
library("ktor-client-content-negotiation", "io.ktor", "ktor-client-content-negotiation").versionRef("ktor")
library("ktor-client-encoding", "io.ktor", "ktor-client-encoding").versionRef("ktor")
library("ktor-client-serialization", "io.ktor", "ktor-client-serialization").versionRef("ktor")