groovyx.grooid.groovy-android
Adds support for the Groovy language to Android
https://github.com/groovy/groovy-android-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("groovyx.grooid.groovy-android") version "0.3.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.codehaus.groovy:gradle-groovy-android-plugin:0.3.6") } } apply(plugin = "groovyx.grooid.groovy-android")
- Applying plugins to all subprojects .