Plugin
    interface PluginAware
Something that can have plugins applied to it.
The plugin manager can be used for applying and detecting whether plugins have been applied.
For more on writing and applying plugins, see org.gradle.api.Plugin.
Inheritors
Functions
Link copied to clipboard
                  Applies zero or more plugins or scripts.
Applies a plugin or script, using the given options provided as a map.
Link copied to clipboard
                  Applies the plugin of the given type T. Does nothing if the plugin has already been applied.
Kotlin extension function for org.gradle.api.plugins.PluginAware.apply.
Applies the given plugin or script.
Link copied to clipboard
                  The plugin manager for this plugin aware object.
Link copied to clipboard
                  The container of plugins that have been applied to this object.