mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-09-06 00:29:59 +00:00
update dependencies
This commit is contained in:
@@ -12,6 +12,10 @@ plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "https://maven.pkg.jetbrains.space/public/p/ktor/eap/" }
|
||||
}
|
||||
|
||||
|
||||
kotlin {
|
||||
def hostOs = System.getProperty("os.name")
|
||||
@@ -38,7 +42,7 @@ kotlin {
|
||||
else if (isMingwX64) engine = "winhttp"
|
||||
else throw new GradleException("Host OS is not supported in Kotlin/Native.")
|
||||
|
||||
api "io.ktor:ktor-client-$engine:$ktor_version"
|
||||
api "io.ktor:ktor-client-$engine:2.3.0-eap-638"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user