JvmEcosystemPlugin

abstract class JvmEcosystemPlugin : Plugin<Project>

A base plugin for projects working in a JVM world. This plugin will configure the JVM attributes schema, setup resolution rules and create the source set container.

Since

6.7

See also

Constructors

Link copied to clipboard
@Inject
constructor(objectFactory: ObjectFactory, sourceSets: SourceSetContainer)

Functions

Link copied to clipboard
open fun apply(project: Project)
Apply this plugin to the given target object.