Wizard: fix text of module configurators which is shown in module editor

This commit is contained in:
Ilya Kirillov
2020-01-21 18:09:06 +03:00
parent dc26138da3
commit 0f86a7e158
2 changed files with 2 additions and 1 deletions
@@ -30,6 +30,7 @@ object AndroidSinglePlatformModuleConfigurator : ModuleConfiguratorWithSettings(
override val moduleType = ModuleType.jvm
override val id = "android"
override val suggestedModuleName = "android"
override val text = "Android"
override val greyText = "Requires Android SDK"
val androidSdkPath by pathSetting("Android SDK Path", neededAtPhase = GenerationPhase.PROJECT_GENERATION) {
@@ -15,7 +15,7 @@ object MppModuleConfigurator : ModuleConfigurator {
override val moduleKind = ModuleKind.multiplatform
override val suggestedModuleName = "shared"
override val id = "multiplatform"
override val text = "Multiplatform"
override val canContainSubModules = true
override fun createKotlinPluginIR(configurationData: ModuleConfigurationData, module: Module): KotlinBuildSystemPluginIR? =