Migrate Android build configuration from Groovy to Kotlin

1 · Law Gimenez · April 8, 2022, 10:25 a.m.
Here are the steps I did when I migrated our Android build to Kotlin. Long story short, the reasons for migration is the syntax highlighting and built-in support with Android Studio. I searched for all single quotes and replaced them with double quotes. Migrate to function invocations in Kotlin syntax. As you noticed the parenthesis. […]...