Plugin
    Facilitates applying plugins and determining which plugins have been applied to a PluginAware object.
Since
2.3
See also
Functions
Link copied to clipboard
                  Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginManager.apply.
Link copied to clipboard
                  Returns the information about the plugin that has been applied with the given ID, or null if no plugin has been applied with the given ID.
Link copied to clipboard
                  Executes the given action when the specified plugin is applied.