provider
Registers a provider with the specified name and allows you to configure it.
Throws
if a provider with the same name is already installed.
fun provider(name: String? = null, description: String? = null, configure: DynamicProviderConfig.() -> Unit)(source)
Registers a provider with the specified name and description and allows you to configure it.
Throws
if a provider with the same name is already installed.