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
|
|
@ -38,7 +38,7 @@ dependencies {
|
|||
api(projects.features.userprofile.api)
|
||||
api(projects.features.userprofile.shared)
|
||||
implementation(libs.coil.compose)
|
||||
implementation(projects.features.createroom.api)
|
||||
implementation(projects.features.startchat.api)
|
||||
implementation(projects.services.analytics.api)
|
||||
|
||||
testImplementation(libs.test.junit)
|
||||
|
|
@ -49,7 +49,7 @@ dependencies {
|
|||
testImplementation(libs.test.mockk)
|
||||
testImplementation(libs.test.robolectric)
|
||||
testImplementation(projects.libraries.matrix.test)
|
||||
testImplementation(projects.features.createroom.test)
|
||||
testImplementation(projects.features.startchat.test)
|
||||
testImplementation(projects.features.enterprise.test)
|
||||
testImplementation(projects.tests.testutils)
|
||||
testImplementation(libs.androidx.compose.ui.test.junit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue