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