getPlugins

abstract fun getPlugins(): Map<String, Any>(source)

Deprecated

Returns the plugin convention objects contained in this convention.

Return

The plugins. Returns an empty map when this convention does not contain any convention objects.

Deprecated

Use extensions instead. This is scheduled for removal in Gradle 9.

See also