[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(
KotlinPlugin.modules.reference withValue listOf(
Module(
"frontend",
"js",
BrowserJsSinglePlatformModuleConfigurator,
template = SimpleJsClientTemplate(),
sourcesets = SourcesetType.ALL.map { type ->
@@ -405,7 +405,7 @@ object NodeJsApplicationProjectTemplate : ProjectTemplate() {
get() = listOf(
KotlinPlugin.modules.reference withValue listOf(
Module(
"nodejsApp",
"js",
NodeJsSinglePlatformModuleConfigurator,
template = SimpleNodeJsTemplate(),
sourcesets = SourcesetType.ALL.map { type ->