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
1 changed files with 2 additions and 1 deletions

View File

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