buildConfig

构建一个新的 Config 实例。

// Kotlin
buildConfig {
  // ...
}
// Java
Config config = Config.build(builder -> {
     // ...
 });