AndroidBasePlugin

Added in 4.2.0

class AndroidBasePlugin : Plugin


Common plugin applied by all plugins that have a CommonExtension

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

This is tied to the com.android.base plugin ID.

Summary

Public constructors

Public functions

open Unit
apply(project: Project)

Public constructors

AndroidBasePlugin

Added in 4.2.0
AndroidBasePlugin()

Public functions

apply

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