create

abstract suspend fun create(configurator: Config.() -> Unit, builder: suspend Builder.(Config) -> Unit): A

提供配置函数和构建器函数,构建一个 Application 实例。