Wizard: use settings.gradle instead of .kts for Groovy DSL Gradle projects

#KT-35694 fixed
This commit is contained in:
Ilya Kirillov
2020-01-14 19:49:57 +03:00
parent 4f4106a17e
commit afc320ac8d
2 changed files with 18 additions and 4 deletions
@@ -0,0 +1,5 @@
rootProject.name = '${projectName}';
#foreach($subProject in $subProjects)
include('${subProject}')
#end