This commit is contained in:
2020-11-21 20:22:11 +06:00
parent 6766dc4a8f
commit 50f8e0df61
2 changed files with 3 additions and 3 deletions

View File

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