application

abstract fun application(configure: Action<IviApplicationConfigurator>)

Configures the build time configuration of the IVI application through a lambda.

By default, the build time configuration is disabled. Set IviApplicationConfigurator.enabled to true to enable it.

See also