[Gradle, JS] Fix DSL for JVM/JS wizard

#KT-36889 fixed
This commit is contained in:
Ilya Goncharov
2020-02-21 10:43:09 +03:00
parent 6670a2fff8
commit 3ae6b27556
@@ -213,6 +213,7 @@ class KotlinGradleWebMultiplatformModuleBuilder : KotlinGradleAbstractMultiplatf
}
override fun buildMultiPlatformPart(): String {
//language=Gradle
return """
def ktor_version = '1.1.3'
def logback_version = '1.2.3'
@@ -222,6 +223,7 @@ class KotlinGradleWebMultiplatformModuleBuilder : KotlinGradleAbstractMultiplatf
js {
browser {
}
produceExecutable()
}
sourceSets {
$commonSourceName {