buildConfigClass

abstract fun buildConfigClass(): Class<out Any>

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

BuildConfig class from which to read any BuildConfig attributes.