plugins

abstract fun plugins(rootClassName: String = PluginDependencyDeclaration.DefaultRootClassName, configuration: PluginDependencyDeclaration.() -> Unit = {}): PluginDependencyDeclaration

Adds or configures the dependency mapper of plugins.

Parameters

rootClassName

The root class name of the plugin dependency mapper.

configuration

The configuration of the plugin dependency mapper.