Change FeatureFlagService.isFeatureEnabled return value from Boolean to Flow<Boolean>

This commit is contained in:
Benoit Marty 2023-10-31 16:48:24 +01:00 committed by Benoit Marty
parent 255dadba50
commit a165b8aab5
10 changed files with 62 additions and 25 deletions

View file

@ -23,5 +23,6 @@ android {
dependencies {
api(projects.libraries.featureflag.api)
implementation(libs.coroutines.core)
}
}