We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 710e068 + c98c222 commit e4edeeaCopy full SHA for e4edeea
1 file changed
model-zoo/build.gradle.kts
@@ -67,19 +67,19 @@ kotlin {
67
68
val androidMain by getting {
69
dependencies {
70
- implementation("io.ktor:ktor-client-android:3.1.3")
+ implementation("io.ktor:ktor-client-android:3.2.3")
71
}
72
73
74
val wasmJsMain by getting {
75
76
- implementation("io.ktor:ktor-client-js:3.1.3")
+ implementation("io.ktor:ktor-client-js:3.2.3")
77
78
79
80
val iosMain by creating {
81
82
- implementation("io.ktor:ktor-client-darwin:3.1.3")
+ implementation("io.ktor:ktor-client-darwin:3.2.3")
83
84
85
0 commit comments