refactor (start chat) : start splitting things (create room, invite people, start chat)
This commit is contained in:
parent
cab9291934
commit
1170a44116
133 changed files with 2613 additions and 397 deletions
|
|
@ -44,7 +44,7 @@ dependencies {
|
|||
api(projects.services.apperror.api)
|
||||
implementation(libs.coil.compose)
|
||||
implementation(projects.features.call.api)
|
||||
implementation(projects.features.createroom.api)
|
||||
implementation(projects.features.startchat.api)
|
||||
implementation(projects.features.leaveroom.api)
|
||||
implementation(projects.features.userprofile.shared)
|
||||
implementation(projects.services.analytics.compose)
|
||||
|
|
@ -72,7 +72,7 @@ dependencies {
|
|||
testImplementation(projects.libraries.usersearch.test)
|
||||
testImplementation(projects.libraries.featureflag.test)
|
||||
testImplementation(projects.tests.testutils)
|
||||
testImplementation(projects.features.createroom.test)
|
||||
testImplementation(projects.features.startchat.test)
|
||||
testImplementation(projects.services.analytics.test)
|
||||
testImplementation(libs.androidx.compose.ui.test.junit)
|
||||
testReleaseImplementation(libs.androidx.compose.ui.test.manifest)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue