Problem:
If the android.enableBuildConfigAsBytecode=true flag is set in the gradle.properties file, no secrets or extensions will be added to the BuildConfig.
The flag being enabled or disabled does not affect the ability of anything to compile or affect the standard BuildConfig flags. This package will only work if that feature is disabled.
This incompatibility is problematic because
- it significantly affects compile-time
- the advice given here would cause this to fail and there aren't any logs or other indicators that this is the issue.
Problem:
If the
android.enableBuildConfigAsBytecode=trueflag is set in thegradle.propertiesfile, no secrets or extensions will be added to theBuildConfig.The flag being enabled or disabled does not affect the ability of anything to compile or affect the standard
BuildConfigflags. This package will only work if that feature is disabled.This incompatibility is problematic because