FeatureFlag: first implementation

This commit is contained in:
ganfra
2023-04-17 19:44:29 +02:00
parent 219ac6578f
commit 279185b175
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"))