Skip to content

Commit f917f17

Browse files
committed
Use both js compilers
1 parent 65ef322 commit f917f17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

core/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ kotlin {
1717
}
1818

1919
js {
20+
moduleName = "${rootProject.name}-${project.name}"
2021
nodejs {
2122
}
2223
compilations.all {

gradle.properties

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ kotlin.code.style=official
66
infraVersion = 0.1.0-dev-51
77
kotlinVersion = 1.4.0
88

9-
kotlin.incremental.multiplatform=true
9+
kotlin.incremental.multiplatform=true
10+
11+
kotlin.js.compiler=both

0 commit comments

Comments
 (0)