BasePlugin

abstract class BasePlugin : Plugin<T> (source)

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

See also

<a href="https://docs.gradle.org/current/userguide/base_plugin.html">Base plugin reference</a>

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)