Nodes: rework RootFlowNode with cache service

This commit is contained in:
ganfra 2023-07-06 18:08:29 +02:00
parent 45df9f113c
commit b72313bc84
6 changed files with 90 additions and 52 deletions

View file

@ -23,4 +23,5 @@ android {
dependencies {
implementation(projects.libraries.architecture)
api(projects.libraries.matrix.api)
}