1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-03 23:29:33 +00:00

buildable except of jvm tests

This commit is contained in:
2021-05-29 15:34:14 +06:00
parent 72c3623d30
commit 5c0e58caec
128 changed files with 1481 additions and 579 deletions

View File

@@ -29,10 +29,8 @@ repositories {
}
kotlin {
jvm {
compilations.main.kotlinOptions.useIR = true
}
js(BOTH) {
jvm()
js(IR) {
browser()
nodejs()
}