plugins
abstract fun plugins(rootClassName: String = PluginDependencyDeclaration.DefaultRootClassName, configuration: PluginDependencyDeclaration.() -> Unit = {}): PluginDependencyDeclaration
Content copied to clipboard
Adds or configures the dependency mapper of plugins.
Parameters
root Class Name
The root class name of the plugin dependency mapper.
configuration
The configuration of the plugin dependency mapper.