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:
- Type-safe accessors allow you to reference Gradle/build entities by name.
- Improved IDE support makes it easier to find and navigate to dependencies.