config

abstract fun config(context: Target, configure: Settings.() -> Unit)(source)

Main configuration entrypoint for the extension implementing this interface; not meant to be used by end-user code.

Parameters

context

Context instance for the target of this configuration.

configure

Lambda to execute which configures the context within the receivership of Settings.