Init create room module

This commit is contained in:
Florian Renaud 2023-02-28 16:18:44 +01:00
parent e0d8c3783e
commit a0a0fae6ed
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"))
}