BasePlugin

Added in 8.0.0

open class BasePlugin : Plugin

Known direct subclasses
AppPlugin

The plugin applied with com.android.application

DynamicFeaturePlugin

The plugin applied with com.android.dynamic-feature

KotlinMultiplatformAndroidPlugin

The plugin applied with 'com.android.kotlin.multiplatform.library'

LibraryPlugin

The plugin applied with com.android.library

LintPlugin

Plugin for running lint without the Android Gradle plugin, such as in a pure Kotlin project.

TestPlugin

The plugin applied with com.android.test


Base class for the plugin.

Use the plugin classes directly

Summary

Public constructors

Public functions

open Unit
apply(project: Project)

Public constructors

BasePlugin

Added in 8.0.0
BasePlugin()

Public functions

apply

Added in 8.0.0
open fun apply(project: Project): Unit