config
abstract fun config(config: ApplicationDslBuilder.ConfigFunction<Config>): ApplicationDslBuilder<Config, Builder, A>(source)
提供配置函数。
config { // this: Config
propertyA = ...
propertyB = ...
// ...
}
Content copied to clipboard
提供配置函数。
config { // this: Config
propertyA = ...
propertyB = ...
// ...
}