Project Wizard that inherits from existing Project Wizard
Answered
I'm making a new project wizard plugin, but I want it to inherit from the existing Kotlin/Gradle Module. And they don't seem to exist, is there an import I'm missing?
Please sign in to leave a comment.
Kotlin Wizard projects are defined here:
https://github.com/JetBrains/intellij-community/blob/master/community-guitests/testSrc/com/intellij/ide/projectWizard/kotlin/model/CommonKotlinConstants.kt#L63