custom Plugin
suspend fun customPlugin(name: String, block: suspend CustomPluginResourceBuilder.() -> Unit): CustomPlugin
Parameters
name
The unique name of the resulting resource.
block
Builder for CustomPlugin.
See also
Parameters
name
The unique name of the resulting resource.