Add some tests on RoomFlowNode

This commit is contained in:
ganfra 2023-04-14 15:34:41 +02:00
parent 747467deb9
commit a166636060
14 changed files with 240 additions and 31 deletions

View file

@ -27,4 +27,5 @@ android {
dependencies {
api(projects.libraries.matrix.api)
api(projects.services.appnavstate.api)
implementation(libs.coroutines.core)
}