Recently I've migrated all my build scripts to Kotlin DSL.
When I'm adding a new module in Android Studio I've got autogenerated build script written in Groovy.
How can I update Android Studio new module template to use autogenerated build script written in Kotlin DSL?
Thanks