Avoid direct BuildConfig usages #6406
Labels
A-DevX
Anything that can improve the DevX
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
Z-ElementX
Z-Modularization
In order to migrate to a modular world we'll need to avoid directly using the
BuildConfig
as we'll want to have a single entry point rather than multiple build files with their own configuration.The abstraction should be injectable via the dagger graph and provided by the main
Android Application
moduleThe text was updated successfully, but these errors were encountered: