Migrating Gradle from Groovy to Kotlin #12425
DanVanAtta
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If anyone wants to help convert the gradle files from groovy to kotlin, I believe that would be welcome.
There was a review of using Kotlin more broadly in the main code base, and for now it is on hold (avoid polyglot).
Though, IMHO, Kotlin > Groovy.
Kotlin in build files has some advantages, namely code completion.
The migration from one to the other seems like it starts with updating syntax to be more kotlin like before switching. Happily this can be done incrementally. https://developer.android.com/build/migrate-to-kotlin-dsl
Beta Was this translation helpful? Give feedback.
All reactions