Skip to content

Commit 2d91e01

Browse files
authored
Support Kotlin JS IR build variant (#5)
1 parent 3d7212b commit 2d91e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ kotlin {
8181
useJUnit()
8282
}
8383
}
84-
js(LEGACY) {
84+
js(BOTH) {
8585
browser {
8686
commonWebpackConfig {
8787
cssSupport.enabled = true

0 commit comments

Comments
 (0)