Init create room module

This commit is contained in:
Florian Renaud
2023-02-28 16:18:44 +01:00
parent 28d49c9c84
commit 0e4bde644d
14 changed files with 367 additions and 0 deletions

View File

@@ -67,4 +67,5 @@ fun DependencyHandlerScope.allFeatures() {
implementation(project(":features:messages"))
implementation(project(":features:rageshake"))
implementation(project(":features:preferences"))
implementation(project(":features:createroom"))
}