Wizard: Fix MPP mobile application template

This commit is contained in:
Ilya Kirillov
2020-03-23 17:17:15 +03:00
parent e98b0782c1
commit ab59657e61
33 changed files with 441 additions and 302 deletions
@@ -16,5 +16,4 @@ class IdeaVelocityEngineTemplateService : TemplateEngineService, IdeaWizardServi
val templateText = Template::class.java.getResource(templatePath).readText()
return FileTemplateUtil.mergeTemplate(data, templateText, false)
}
}