fr.coppernic.extensions
Owner: Bastien Paul
Plugin that configure android plugin
https://github.com/int128/gradle-plugin-starter
Sources: https://github.com/int128/gradle-plugin-starter
Add this plugin to your build using the plugins DSL:
plugins {
id("fr.coppernic.extensions") version "0.3.12"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.coppernic:android-config:0.3.12") } } apply(plugin = "fr.coppernic.extensions")
- Applying plugins to all subprojects .