The Gradle Kotlin DSL

The Gradle Kotlin DSL is an alternative method of configuring your Gradle build. Rather than relying on Groovy, you can leverage Kotlin to define your dependencies, build variants, and so on.

Moving your Gradle configuration to make use of the Gradle Kotlin DSL has several benefits: