BasePlugin

abstract class BasePlugin : Plugin<Project> (source)

A org.gradle.api.Plugin which defines a basic project lifecycle and some common convention properties.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val ASSEMBLE_TASK_NAME: String = "assemble"
Link copied to clipboard
val BUILD_GROUP: String = "build"
Link copied to clipboard
val CLEAN_TASK_NAME: String = "clean"

Functions

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