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 |
|
---|---|
<init>() Common plugin applied by all plugins. |
Public methods |
|
---|---|
Unit |
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.