BasePlugin

public class BasePlugin implements 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 methods

void
apply(@NonNull Project project)

Public constructors

BasePlugin

public BasePlugin()

Public methods

apply

public void apply(@NonNull Project project)