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
Version 0.6.0 (latest)
0.6.0
Created 07 October 2021.
Plugin that configure android plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("fr.coppernic.extensions") version "0.6.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.coppernic:android-config:0.6.0") } } apply(plugin = "fr.coppernic.extensions")
- Applying plugins to all subprojects .