[JS, Wizard] Fix source set name for js wizard

^KT-41417 fixed
This commit is contained in:
Ilya Goncharov
2020-08-24 14:33:00 +03:00
parent cba13c3c35
commit 94f8a78893
@@ -286,7 +286,7 @@ object FrontendApplicationProjectTemplate : ProjectTemplate() {
get() = listOf( get() = listOf(
KotlinPlugin.modules.reference withValue listOf( KotlinPlugin.modules.reference withValue listOf(
Module( Module(
"frontend", "js",
BrowserJsSinglePlatformModuleConfigurator, BrowserJsSinglePlatformModuleConfigurator,
template = SimpleJsClientTemplate(), template = SimpleJsClientTemplate(),
sourcesets = SourcesetType.ALL.map { type -> sourcesets = SourcesetType.ALL.map { type ->
@@ -405,7 +405,7 @@ object NodeJsApplicationProjectTemplate : ProjectTemplate() {
get() = listOf( get() = listOf(
KotlinPlugin.modules.reference withValue listOf( KotlinPlugin.modules.reference withValue listOf(
Module( Module(
"nodejsApp", "js",
NodeJsSinglePlatformModuleConfigurator, NodeJsSinglePlatformModuleConfigurator,
template = SimpleNodeJsTemplate(), template = SimpleNodeJsTemplate(),
sourcesets = SourcesetType.ALL.map { type -> sourcesets = SourcesetType.ALL.map { type ->