Skip to content

Commit

Permalink
Use both js compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgonmic committed Aug 18, 2020
1 parent 65ef322 commit f917f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ kotlin {
}

js {
moduleName = "${rootProject.name}-${project.name}"
nodejs {
}
compilations.all {
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ kotlin.code.style=official
infraVersion = 0.1.0-dev-51
kotlinVersion = 1.4.0

kotlin.incremental.multiplatform=true
kotlin.incremental.multiplatform=true

kotlin.js.compiler=both

0 comments on commit f917f17

Please sign in to comment.