Skip to content

Commit ac044a8

Browse files
committed
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
1 parent f499070 commit ac044a8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

idea/idea-gradle/src/org/jetbrains/kotlin/idea/configuration/KotlinGradleSharedMultiplatformModuleBuilder.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,12 @@ class KotlinGradleSharedMultiplatformModuleBuilder : KotlinGradleAbstractMultipl
182182
183183
kotlin {
184184
jvm()
185-
js()
185+
js {
186+
browser {
187+
}
188+
nodejs {
189+
}
190+
}
186191
// For ARM, should be changed to iosArm32 or iosArm64
187192
// For Linux, should be changed to e.g. linuxX64
188193
// For MacOS, should be changed to e.g. macosX64

0 commit comments

Comments
 (0)