Make old MPP wizard deprecated

This commit is contained in:
Mikhail Glukhikh
2018-08-16 14:58:40 +03:00
parent 57153cc2fc
commit b10554a8a0
@@ -42,7 +42,7 @@ class KotlinGradleMultiplatformModuleBuilder : GradleModuleBuilder() {
override fun getNodeIcon(): Icon = KotlinIcons.MPP
override fun getPresentableName() = "Kotlin (Multiplatform - Experimental)"
override fun getPresentableName() = "Kotlin (Multiplatform - Deprecated)"
override fun getDescription() =
"Multiplatform projects allow reusing the same code between multiple platforms supported by Kotlin. Such projects are built with Gradle."