update dependencies

This commit is contained in:
InsanusMokrassar 2023-04-18 03:17:04 +06:00
parent 8fdf715419
commit 4e3c186952
2 changed files with 8 additions and 4 deletions

View File

@ -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"
} }
} }
} }

View File

@ -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