Android Studio: adding build.gradle.kts (Kotlin DSL script) while creating new module

Viewed 115

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

1 Answers
Related