Skip to content

Commit

Permalink
migrated to new JS IR
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Apr 17, 2023
1 parent 652023c commit 6fd3cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlin {
if (project.name == "save-common") {
// additionally, save-common should be available for JS too
// fixme: shouldn't rely on hardcoded project name here
js(BOTH).browser()
js(IR).browser()

// store yarn.lock in the root directory
rootProject.extensions.configure<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootExtension> {
Expand Down

0 comments on commit 6fd3cc5

Please sign in to comment.