improved english in wizard's descriptions. also now user knows about project's build system from its name

This commit is contained in:
Anton Yalyshev
2019-03-15 19:13:02 +03:00
parent 1d6cd90043
commit 71eb540eaf
6 changed files with 13 additions and 13 deletions
@@ -26,7 +26,7 @@ class KotlinGradleNativeMultiplatformModuleBuilder : KotlinGradleAbstractMultipl
override fun getBuilderId() = "kotlin.gradle.multiplatform.native"
override fun getPresentableName() = "Kotlin/Native"
override fun getPresentableName() = "Native | Gradle"
override fun getDescription() = "Gradle-based Kotlin project for native binaries"