Migrate to IR-based JavaScript compiler
The build fails when adopting Kotlin 1.8 otherwise.
This commit is contained in:
parent
3a4d3be364
commit
cc3b3cea05
@ -27,7 +27,7 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
js {
|
||||
js(IR) {
|
||||
nodejs()
|
||||
}
|
||||
|
||||
|
@ -70,7 +70,7 @@ subprojects {
|
||||
}
|
||||
}
|
||||
|
||||
js(BOTH) {
|
||||
js(IR) {
|
||||
browser()
|
||||
nodejs()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user