Migrate to IR-based JavaScript compiler

The build fails when adopting Kotlin 1.8 otherwise.
This commit is contained in:
Michael Bull 2023-02-07 15:48:13 +00:00
parent 3a4d3be364
commit cc3b3cea05
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ kotlin {
} }
} }
js { js(IR) {
nodejs() nodejs()
} }

View File

@ -70,7 +70,7 @@ subprojects {
} }
} }
js(BOTH) { js(IR) {
browser() browser()
nodejs() nodejs()
} }