I'm a Android developer. As result I use Gradle for build android projects. I write (about 2 years) gradle scripts on Groovy. As result scripts is very compact, clear and easy to support. It is very good.
But in new version of Gradle is introduce new language - Kotlin.
My question is: What is the benefit (for writing Gradle scripts) if I switch from Groovy to Kotlin?