Wizard: fix text of module configurators which is shown in module editor
This commit is contained in:
+1
@@ -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) {
|
||||
|
||||
+1
-1
@@ -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? =
|
||||
|
||||
Reference in New Issue
Block a user