androidartifacts / guru.stefma.androidartifacts.plugin / UmbrellaArtifactsPlugin

UmbrellaArtifactsPlugin

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.

Constructors

<init>

UmbrellaArtifactsPlugin()

This Plugin will just apply either the guru.stefma.androidartifacts plugin or the guru.stefma.javaartifacts plugin - based on the already applied plugins.

Functions

apply

fun apply(project: Project): Unit