This now-deprecated Gradle plugin enabled the use of the Groovy programming language in Android applications and libraries. It provided support for Groovy source files within Android projects, though itβs officially deprecated in favor of Kotlin and has ceased working with Gradle 6.0 and above. This plugin has been successfully tested with Android Studio and will make no attempts to add support for other IDEs. This plugin will let you write an application in Groovy but it is recommended, for performance, memory and battery life, that you use @CompileStatic wherever possible. ...