change(security and privacy) : extract code to a separate module

This commit is contained in:
ganfra 2025-11-18 21:19:08 +01:00
parent e3315406c5
commit df89b5b9ac
64 changed files with 1296 additions and 55 deletions

View file

@ -58,6 +58,7 @@ dependencies {
implementation(projects.features.reportroom.api)
implementation(projects.features.roommembermoderation.api)
implementation(projects.features.rolesandpermissions.api)
implementation(projects.features.securityandprivacy.api)
implementation(projects.features.invitepeople.api)
testCommonDependencies(libs, true)
@ -71,6 +72,7 @@ dependencies {
testImplementation(projects.libraries.featureflag.test)
testImplementation(projects.features.call.test)
testImplementation(projects.features.rolesandpermissions.test)
testImplementation(projects.features.securityandprivacy.test)
testImplementation(projects.features.knockrequests.test)
testImplementation(projects.features.messages.test)
testImplementation(projects.features.poll.test)