Try splitting messages into api and impl modules

This commit is contained in:
ganfra 2023-03-03 14:38:05 +01:00
parent f2fd168a78
commit a94862d778
115 changed files with 130 additions and 50 deletions

View file

@ -64,7 +64,7 @@ fun DependencyHandlerScope.allFeatures() {
implementation(project(":features:login"))
implementation(project(":features:logout"))
implementation(project(":features:roomlist"))
implementation(project(":features:messages"))
implementation(project(":features:messages:impl"))
implementation(project(":features:rageshake"))
implementation(project(":features:preferences"))
}