refactor (start chat) : start splitting things (create room, invite people, start chat)

This commit is contained in:
ganfra 2025-07-11 18:18:17 +02:00 committed by Benoit Marty
parent cab9291934
commit 1170a44116
133 changed files with 2613 additions and 397 deletions

View file

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