temporal fix for legacy in resender bot

This commit is contained in:
InsanusMokrassar 2020-11-18 12:37:24 +06:00
parent b440757331
commit 6766dc4a8f

View File

@ -18,7 +18,8 @@ repositories {
kotlin { kotlin {
jvm() jvm()
js(IR) { js(LEGACY) {
// js(IR) {
browser() browser()
binaries.executable() binaries.executable()
} }