Wizard: make new wizard to be second in the Kotlin group

This commit is contained in:
Ilya Kirillov
2020-01-23 23:54:44 +03:00
parent 35076eb559
commit 90108e146a
@@ -38,6 +38,7 @@ class KotlinTemplatesFactory : ProjectTemplatesFactory() {
override fun getGroups() = arrayOf(KOTLIN_GROUP_NAME)
override fun getGroupIcon(group: String) = KotlinIcons.SMALL_LOGO
override fun getParentGroup(group: String?): String = KOTLIN_PARENT_GROUP_NAME
override fun getGroupWeight(group: String?): Int = 1
override fun createTemplates(group: String?, context: WizardContext?): Array<out ProjectTemplate> {
val result = mutableListOf<ProjectTemplate>(