findPlugin
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginContainer.findPlugin.
See also
PluginContainer.findPlugin
Deprecated
The concept of conventions is deprecated. Use extensions instead.
Locates the plugin convention object with the given type.
Return
the convention plugin, or null if there is no such convention plugin
Parameters
T
the convention plugin type.
See also
Convention.findPlugin
Throws
when there are multiple matching objects
Deprecated
The concept of conventions is deprecated. Use extensions instead.
Locates the plugin convention object with the given type.
Return
the convention plugin, or null if there is no such convention plugin
Parameters
conventionType
the convention plugin type.
See also
Convention.findPlugin
Throws
when there are multiple matching objects