FeatureFlag: first implementation
This commit is contained in:
parent
9e052a4522
commit
a11b407038
30 changed files with 997 additions and 3 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue