[Architecture] split createroom feature module

This commit is contained in:
ganfra 2023-03-09 12:31:30 +01:00
parent 7455c4923f
commit bea510f432
20 changed files with 122 additions and 66 deletions

View file

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