Branch StartDM in the RoomMemberDetails screen

This commit is contained in:
ganfra 2023-11-30 13:07:50 +01:00
parent 118f1c1459
commit b57a94943f
13 changed files with 91 additions and 18 deletions

View file

@ -51,6 +51,7 @@ dependencies {
api(projects.services.apperror.api)
implementation(libs.coil.compose)
implementation(projects.features.leaveroom.api)
implementation(projects.features.createroom.api)
implementation(projects.services.analytics.api)
testImplementation(libs.test.junit)