diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d26b017d..24ee21fc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -120,6 +120,7 @@ kotlinInject-compiler = { module = "me.tatarka.inject:kotlin-inject-compiler-ksp # Network ktor-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" } ktor-okHttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" } +ktor-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" } ktor-contentNegotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" } ktor-serialization-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" } ktor-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }