api / org.gradle.language.base.plugins / ComponentModelBasePlugin

ComponentModelBasePlugin

@Incubating open class ComponentModelBasePlugin : Plugin<Project>

Base plugin for component support. Adds a org.gradle.platform.base.ComponentSpecContainer named components to the model. For each binary instance added to the binaries container, registers a lifecycle task to create that binary.

Constructors

<init>

ComponentModelBasePlugin()

Base plugin for component support. Adds a org.gradle.platform.base.ComponentSpecContainer named components to the model. For each binary instance added to the binaries container, registers a lifecycle task to create that binary.

Functions

apply

open fun apply(project: Project): Unit