Hi all, do any Android developers here want to mig...
# android
l
Hi all, do any Android developers here want to migrate their projects to Gradle Kotlin DSL, but struggled to do so? I migrated recently, with the help of a Kotlin script (to not do it too manually). I'm interested to see where you are struggling and happy to help. FYI, one of the benefits of Gradle Kotlin DSL is much improved IDE support with your favorite Kotlin features to reduce build scripts boilerplate.
👍 2
c
I've also made the switch recently. It was surprisingly straightforward in most cases, though I was annoyed sometimes about weird variable scoping: https://github.com/cbruegg/Mensa-UPB/blob/master/app/build.gradle.kts
👍 1
t
Have you used the bulidSrc?
t
@louiscad thank you,I will check it out