find Plugin
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginContainer.findPlugin.
See also
Plugin Container. 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
convention Type
the convention plugin type.
See also
Convention. findPlugin
Throws
when there are multiple matching objects