1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 06:39:41 +00:00

pass old way for building of js part

This commit is contained in:
2020-08-19 12:14:28 +06:00
parent 095382040c
commit da01955507
6 changed files with 6 additions and 23 deletions

View File

@@ -26,10 +26,7 @@ repositories {
kotlin {
jvm()
js(BOTH) {
browser { dceTask { keep "$library_group" } }
nodejs()
}
js()
sourceSets {
commonMain {