Wizard: rename project templates to their corresponding titles

This commit is contained in:
Ilya Kirillov
2020-04-03 19:37:30 +03:00
parent 588034e124
commit 445ca97486
52 changed files with 126 additions and 128 deletions
@@ -0,0 +1 @@
rootProject.name = 'FullStackWebApplication'
@@ -0,0 +1 @@
rootProject.name = 'MultiplatformApplication'
@@ -13,9 +13,8 @@ pluginManagement {
}
}
}
rootProject.name = 'MPPMobileApplication'
rootProject.name = 'MultiplatformMobileApplication'
include(':shared')
include(':androidApp')
include(':androidApp')
@@ -13,9 +13,8 @@ pluginManagement {
}
}
}
rootProject.name = "MPPMobileApplication"
rootProject.name = "MultiplatformMobileApplication"
include(":shared")
include(":androidApp")
include(":androidApp")
@@ -1 +0,0 @@
rootProject.name = 'NativeConsoleApplication'