vishna
07/16/2019, 10:45 AMgradle init --dsl kotlin --type kotlin-application
is doing, namely instead of having:
\
|-\src
|-build.gradle.kts
|-settings.gradle.kts
have it generate a project with app module & buildSrc.
\
|-\app
|-\buildSrc
|-build.gradle.kts
|-settings.gradle.kts
Rationale: I want to have more modules, reuse constants via buildSrc and default project layout is a PITA to changelouiscad
07/29/2019, 3:05 AMvishna
07/29/2019, 9:00 AMlouiscad
07/29/2019, 9:34 AM€{this is a key that will have its value prompted by the script}
) for files, and supports package names in hierarchies, see any of the templates I linked. I made it to ease modularization.