Wizard: automatically determine Kotlin version based on Kotlin plugin version
For snapshot plugin just take the latest eap or stable version
This commit is contained in:
-5
@@ -1,5 +0,0 @@
|
||||
rootProject.name = "${projectName}"
|
||||
|
||||
#foreach($subProject in $subProjects)
|
||||
include("${subProject}")
|
||||
#end
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
rootProject.name = '${projectName}';
|
||||
|
||||
#foreach($subProject in $subProjects)
|
||||
include('${subProject}')
|
||||
#end
|
||||
Reference in New Issue
Block a user