mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-22 08:13:53 +00:00
update dependencies
This commit is contained in:
parent
8fdf715419
commit
4e3c186952
@ -12,6 +12,10 @@ plugins {
|
|||||||
id "org.jetbrains.kotlin.multiplatform"
|
id "org.jetbrains.kotlin.multiplatform"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven { url "https://maven.pkg.jetbrains.space/public/p/ktor/eap/" }
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
def hostOs = System.getProperty("os.name")
|
def hostOs = System.getProperty("os.name")
|
||||||
@ -38,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:$ktor_version"
|
api "io.ktor:ktor-client-$engine:2.3.0-eap-638"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,8 +4,8 @@ org.gradle.parallel=true
|
|||||||
org.gradle.jvmargs=-Xmx1g
|
org.gradle.jvmargs=-Xmx1g
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.8.10
|
kotlin_version=1.8.20
|
||||||
telegram_bot_api_version=7.0.2-branch_7.0.2-build1571
|
telegram_bot_api_version=7.0.2-branch_7.0.2-build1583
|
||||||
micro_utils_version=0.17.6-branch_0.17.6-build420
|
micro_utils_version=0.17.6
|
||||||
serialization_version=1.5.0
|
serialization_version=1.5.0
|
||||||
ktor_version=2.2.4
|
ktor_version=2.2.4
|
||||||
|
Loading…
Reference in New Issue
Block a user