1

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

Taxist Samael
  • 1,157
  • 1
  • 9
  • 23

1 Answers1

1

This should be available in Android Studio Bumblebee.enter image description here

Follow the issue here https://issuetracker.google.com/issues/144835294

tir38
  • 9,810
  • 10
  • 64
  • 107