<@UCCFMQSBA> we use it in most projects now, highl...
# gradle
m
@eshaul we use it in most projects now, highly preferring it over groovy if you haven't adopted it yet, Gradle 4.10 (when it is released soon) is definitely a good time to start - from https://docs.gradle.org/4.10-rc-2/release-notes.html although, i would say you could start using it now as it has been a solid experience for a while
A moment you have anticipated is nearly here, as the Kotlin DSL reaches version 1.0 RC3. Configuration avoidance, buildSrc refactoring propagation to the IDE, and lots of DSL polish make this the release to try. Gradle Kotlin DSL 1.0 will ship with the next version of Gradle. Please give it a go and file issues in the gradle/kotlin-dsl project. If you are interested in using the Kotlin DSL, please check out the Gradle guides, especially the Groovy DSL to Kotlin DSL migration guide.
check out https://github.com/gradle/kotlin-dsl/releases/tag/v1.0-RC3 and https://guides.gradle.org/migrating-build-logic-from-groovy-to-kotlin/