change(room details edit): move to his own module
This commit is contained in:
parent
15cb6431c6
commit
2e7355e789
54 changed files with 475 additions and 29 deletions
|
|
@ -59,6 +59,7 @@ dependencies {
|
|||
implementation(projects.features.roommembermoderation.api)
|
||||
implementation(projects.features.rolesandpermissions.api)
|
||||
implementation(projects.features.securityandprivacy.api)
|
||||
implementation(projects.features.roomdetailsedit.api)
|
||||
implementation(projects.features.invitepeople.api)
|
||||
|
||||
testCommonDependencies(libs, true)
|
||||
|
|
@ -73,6 +74,7 @@ dependencies {
|
|||
testImplementation(projects.features.call.test)
|
||||
testImplementation(projects.features.rolesandpermissions.test)
|
||||
testImplementation(projects.features.securityandprivacy.test)
|
||||
implementation(projects.features.roomdetailsedit.test)
|
||||
testImplementation(projects.features.knockrequests.test)
|
||||
testImplementation(projects.features.messages.test)
|
||||
testImplementation(projects.features.poll.test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue