AndroidBasePlugin

class 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

Public functions

open Unit
apply(project: Project?)

Public constructors

AndroidBasePlugin

AndroidBasePlugin()

Public functions

apply

open fun apply(project: Project?): Unit