withBuildConfigClass

fun withBuildConfigClass(buildConfigClass: Class<*>): CoreConfigurationBuilder

The default value will be a BuildConfig class residing in the same package as the Application class. You only have to set this option if your BuildConfig class is obfuscated.

Return

this instance

Parameters

buildConfigClass

BuildConfig class from which to read any BuildConfig attributes.