Is generating a new module with certain defaults, ...
# gradle
u
Is generating a new module with certain defaults, structure etc - is this a gradle job?
not kotlin but kotlin colored 1
e
hypothetically it could be, like
gradle init
. but there's not a straightforward way to add a module to every project (e.g. some people use tools like https://github.com/dropbox/focus or https://github.com/joshfriend/spotlight)
in our project we just have some shell scripts that copy and edit/rename a few template files, which is all you need. invoking Gradle should not be necessary