getPlugin
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginContainer.getPlugin.
See also
PluginContainer.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
conventionType
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