PluggableBuilder
interface PluggableBuilder<out TScope : PluginScope> : BuilderFor<TScope> , TypedAttributesScope(source)
Types
Functions
Inheritors
Extensions
Link copied to clipboard
inline fun <TScope : PluginScope> PluggableBuilder<TScope>.install(name: String, crossinline block: TScope.() -> Unit)
Link copied to clipboard