Skip to content

Commit

Permalink
Migrate to IR-based JavaScript compiler
Browse files Browse the repository at this point in the history
The build fails when adopting Kotlin 1.8 otherwise.
  • Loading branch information
michaelbull committed Feb 7, 2023
1 parent 3a4d3be commit cc3b3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlin {
}
}

js {
js(IR) {
nodejs()
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ subprojects {
}
}

js(BOTH) {
js(IR) {
browser()
nodejs()
}
Expand Down

0 comments on commit cc3b3ce

Please sign in to comment.