Skip to content

Commit 6e20ad3

Browse files
authored
chore: Add ktor darwin dependency (#716)
2 parents f5ff4cb + 67993be commit 6e20ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/core.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ kotlinx-serialization-cbor = { module = "org.jetbrains.kotlinx:kotlinx-serializa
164164
kotlinx-serialization-protobuf = { module = "org.jetbrains.kotlinx:kotlinx-serialization-protobuf", version.ref = "kotlinxSerialization" }
165165
ktor-client-content-negociation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
166166
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
167+
ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
167168
ktor-client-encoding = { module = "io.ktor:ktor-client-encoding", version.ref = "ktor" }
168169
ktor-client-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
169170
ktor-client-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }

0 commit comments

Comments
 (0)