favorite : simplify and branch live data again

This commit is contained in:
ganfra 2024-02-15 11:07:49 +01:00
parent e00311a739
commit 133064823b
13 changed files with 41 additions and 333 deletions

View file

@ -57,7 +57,6 @@ dependencies {
implementation(projects.features.networkmonitor.api)
implementation(projects.features.leaveroom.api)
implementation(projects.services.analytics.api)
implementation(projects.features.roomactions.api)
api(projects.features.roomlist.api)
ksp(libs.showkase.processor)
@ -80,5 +79,4 @@ dependencies {
testImplementation(projects.features.networkmonitor.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.features.leaveroom.test)
testImplementation(projects.features.roomactions.test)
}