Hello, newbie question I want to migrate my gradle...
# gradle
j
Hello, newbie question I want to migrate my gradle buildscripts to the kotlin DSL Any recommendation/resources on how to proceed? Is the Kotlin DSL mature enough to configure android projects too now? Can I have in a multi-module project the android module configured with groovy and the others configured with the Kotlin DSL?
m
The samples are generally the best place to start https://github.com/gradle/kotlin-dsl/tree/develop/samples
👍 1