We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ef322 commit f917f17Copy full SHA for f917f17
core/build.gradle.kts
@@ -17,6 +17,7 @@ kotlin {
17
}
18
19
js {
20
+ moduleName = "${rootProject.name}-${project.name}"
21
nodejs {
22
23
compilations.all {
gradle.properties
@@ -6,4 +6,6 @@ kotlin.code.style=official
6
infraVersion = 0.1.0-dev-51
7
kotlinVersion = 1.4.0
8
9
-kotlin.incremental.multiplatform=true
+kotlin.incremental.multiplatform=true
10
+
11
+kotlin.js.compiler=both
0 commit comments