[JS, Wizard] Fix source set name for js wizard
^KT-41417 fixed
This commit is contained in:
+2
-2
@@ -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 ->
|
||||||
|
|||||||
Reference in New Issue
Block a user