configure

abstract fun configure(init: Configuration.() -> Unit)(source)

Configures the application using the provided configuration block.

Allows customization of various application settings by applying the desired configurations to the Configuration instance.

Parameters

init

A lambda function that operates on an instance of Configuration. This lambda is used to define the application's configuration settings.