class UmbrellaArtifactsPlugin : Plugin<Project>
This Plugin will just apply either the guru.stefma.androidartifacts plugin or the guru.stefma.javaartifacts plugin - based on the already applied plugins.
It make use of the PluginManager.withPlugin to detect if the com.android.library plugin (for the guru.stefma.androidartifacts plugin) or one of java-library, kotlin or org.jetbrains.kotlin.jvm is applied.
UmbrellaArtifactsPlugin()
This Plugin will just apply either the guru.stefma.androidartifacts plugin or the guru.stefma.javaartifacts plugin - based on the already applied plugins. |
fun apply(project: Project): Unit |