IDE, wizards: update Kotlin/JS support in mpp lib wizard

Configure js sub targets to use new test and application runners.

#KT-31695
#KT-31099
This commit is contained in:
Sergey Rostov
2019-06-08 11:50:41 +03:00
parent f49907092b
commit ac044a8c33
@@ -182,7 +182,12 @@ class KotlinGradleSharedMultiplatformModuleBuilder : KotlinGradleAbstractMultipl
kotlin {
jvm()
js()
js {
browser {
}
nodejs {
}
}
// For ARM, should be changed to iosArm32 or iosArm64
// For Linux, should be changed to e.g. linuxX64
// For MacOS, should be changed to e.g. macosX64