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