io.github.jadyli.config-plugin
Owner: Jadyli
A plugin help you to config android extension
https://github.com/Jadyli/config-plugin
Sources: https://github.com/Jadyli/composing.git
Version 0.1.26
0.1.26
Created 03 July 2024.
A plugin help you to config android extension
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.jadyli.config-plugin") version "0.1.26"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.jadyli:config-plugin:0.1.26") } } apply(plugin = "io.github.jadyli.config-plugin")
- Applying plugins to all subprojects .