How to Convert Android Gradle Groovy to KTS?
Introduction
Gradle is the build automation tool. Android Studio uses Gradle to build the apps. Gradle can be written in these 2 domain-specify languages (DSL):
Groovy Script
Kotlin Script (KTS)
What is Groovy?
Groovy is a dynamically typed langu...
vtsen.hashnode.dev5 min read