get Plugin
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginContainer.getPlugin.
See also
Plugin Container. getPlugin
Deprecated
The concept of conventions is deprecated. Use extensions instead.
Locates the plugin convention object with the given type.
Return
the convention plugin
Parameters
T
the convention plugin type
See also
Convention. getPlugin
Throws
when there is no such object contained in this convention, or when there are multiple such objects
Deprecated
The concept of conventions is deprecated. Use extensions instead.
Locates the plugin convention object with the given type.
Return
the convention plugin
Parameters
convention Type
the convention plugin type
See also
Convention. getPlugin
Throws
when there is no such object contained in this convention, or when there are multiple such objects