Skip to content

Commit

Permalink
Fix JS target (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls authored Sep 1, 2023
1 parent 6959b1f commit c5b4feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ kotlin {
mingwX64(),
macosX64(),
js(IR) {
browser()
nodejs()
useCommonJs()
}
)
Expand Down Expand Up @@ -57,7 +59,6 @@ kotlin {
implementation(kotlin("test-junit5"))
}
}

}
}

Expand Down

0 comments on commit c5b4feb

Please sign in to comment.