api / org.gradle.jvm.plugins / JvmComponentPlugin

JvmComponentPlugin

@Incubating open class JvmComponentPlugin : Plugin<Project>

Base plugin for JVM component support. Applies the org.gradle.language.base.plugins.ComponentModelBasePlugin. Registers the JvmLibrarySpec library type for the components container.

Constructors

<init>

JvmComponentPlugin()

Base plugin for JVM component support. Applies the org.gradle.language.base.plugins.ComponentModelBasePlugin. Registers the JvmLibrarySpec library type for the components container.

Functions

apply

open fun apply(project: Project): Unit