[Wizard, JS] Change js compiler default
^KT-41656 fixed
This commit is contained in:
+2
-2
@@ -11,12 +11,12 @@ repositories {
|
||||
}
|
||||
}
|
||||
kotlin {
|
||||
js('nodeJs') {
|
||||
js('nodeJs', LEGACY) {
|
||||
nodejs {
|
||||
binaries.executable()
|
||||
}
|
||||
}
|
||||
js('browser') {
|
||||
js('browser', LEGACY) {
|
||||
browser {
|
||||
binaries.executable()
|
||||
webpackTask {
|
||||
|
||||
+2
-2
@@ -11,12 +11,12 @@ repositories {
|
||||
}
|
||||
}
|
||||
kotlin {
|
||||
js("nodeJs") {
|
||||
js("nodeJs", LEGACY) {
|
||||
nodejs {
|
||||
binaries.executable()
|
||||
}
|
||||
}
|
||||
js("browser") {
|
||||
js("browser", LEGACY) {
|
||||
browser {
|
||||
binaries.executable()
|
||||
webpackTask {
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ kotlin {
|
||||
kotlinOptions.jvmTarget = '9'
|
||||
}
|
||||
}
|
||||
js('a') {
|
||||
js('a', LEGACY) {
|
||||
browser {
|
||||
binaries.executable()
|
||||
webpackTask {
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ kotlin {
|
||||
kotlinOptions.jvmTarget = "9"
|
||||
}
|
||||
}
|
||||
js("a") {
|
||||
js("a", LEGACY) {
|
||||
browser {
|
||||
binaries.executable()
|
||||
webpackTask {
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ dependencies {
|
||||
testImplementation 'org.jetbrains.kotlin:kotlin-test-js'
|
||||
}
|
||||
kotlin {
|
||||
js {
|
||||
js(LEGACY) {
|
||||
browser {
|
||||
binaries.executable()
|
||||
webpackTask {
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ dependencies {
|
||||
testImplementation(kotlin("test-js"))
|
||||
}
|
||||
kotlin {
|
||||
js {
|
||||
js(LEGACY) {
|
||||
browser {
|
||||
binaries.executable()
|
||||
webpackTask {
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ dependencies {
|
||||
testImplementation 'org.jetbrains.kotlin:kotlin-test-js'
|
||||
}
|
||||
kotlin {
|
||||
js {
|
||||
js(LEGACY) {
|
||||
nodejs {
|
||||
binaries.executable()
|
||||
}
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ dependencies {
|
||||
testImplementation(kotlin("test-js"))
|
||||
}
|
||||
kotlin {
|
||||
js {
|
||||
js(LEGACY) {
|
||||
nodejs {
|
||||
binaries.executable()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user