mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-22 08:13:53 +00:00
rollback ktor version in native sample
This commit is contained in:
parent
4e3c186952
commit
7b996fe1de
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user