Plugin

interface Plugin<T>(source)

A Plugin represents an extension to Gradle. A plugin applies some configuration to a target object. Usually, this target object is a org.gradle.api.Project, but plugins can be applied to any type of objects.

Inheritors

Functions

Link copied to clipboard
abstract fun apply(target: T)
Apply this plugin to the given target object.