Skip to content

Commit ab7e5c4

Browse files
author
Abduqodiri Qurbonzoda
committed
Switch to both mode when building with Kotlin/JS
1 parent f8dfecd commit ab7e5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kotlin {
2828
}
2929
}
3030

31-
js {
31+
js(BOTH) {
3232
nodejs {
3333
testTask {
3434
useMocha {

0 commit comments

Comments
 (0)