rollback ktor version in native sample

This commit is contained in:
InsanusMokrassar 2023-04-18 11:31:28 +06:00
parent 4e3c186952
commit 7b996fe1de

View File

@ -42,7 +42,7 @@ kotlin {
else if (isMingwX64) engine = "winhttp" else if (isMingwX64) engine = "winhttp"
else throw new GradleException("Host OS is not supported in Kotlin/Native.") else throw new GradleException("Host OS is not supported in Kotlin/Native.")
api "io.ktor:ktor-client-$engine:2.3.0-eap-638" api "io.ktor:ktor-client-$engine:$ktor_version"
} }
} }
} }