services

abstract fun services(action: Action<IviServiceCollectionConfigurator>)

Allows services to be configured through a lambda.

Example

ivi {
    application {
        service {
             ...
        }
    }
}