1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-07 00:59:57 +00:00

update version of microutils and add arm platform target

This commit is contained in:
2023-10-20 22:07:14 +06:00
parent 2719e166a8
commit 1a479706e2
10 changed files with 70 additions and 1 deletions

View File

@@ -55,6 +55,12 @@ kotlin {
}
}
linuxArm64Main {
dependencies {
api libs.ktor.client.cio
}
}
mingwX64Main {
dependencies {
api libs.ktor.client.winhttp