FeatureFlag: first implementation

This commit is contained in:
ganfra 2023-04-17 19:44:29 +02:00
parent 9e052a4522
commit a11b407038
30 changed files with 997 additions and 3 deletions

View file

@ -80,6 +80,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
implementation(project(":libraries:pushproviders:firebase"))
// Comment to not include unified push in the project
implementation(project(":libraries:pushproviders:unifiedpush"))
implementation(project(":libraries:featureflag:impl"))
implementation(project(":libraries:pushstore:impl"))
implementation(project(":libraries:architecture"))
implementation(project(":libraries:dateformatter:impl"))