AndroidBasePlugin

class AndroidBasePlugin : Plugin<Project>
kotlin.Any
   ↳ com.android.build.gradle.api.AndroidBasePlugin

Common plugin applied by all plugins.

The purpose of this no-op plugin is to allow other plugin authors to determine if an Android plugin was applied.

This is tied to the 'com.android.base' plugin string.

Summary

Public constructors

Common plugin applied by all plugins.

Public methods

Unit
apply(project: Project)

Public constructors

<init>

AndroidBasePlugin()

Common plugin applied by all plugins.

The purpose of this no-op plugin is to allow other plugin authors to determine if an Android plugin was applied.

This is tied to the 'com.android.base' plugin string.

Public methods

apply

fun apply(project: Project): Unit