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

add IR compiling

This commit is contained in:
2020-08-18 23:56:38 +06:00
parent 555c2ffa04
commit c081e5c457
7 changed files with 7 additions and 7 deletions

View File

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