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:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user