Merge branch 'develop' into feature/bma/networkModule
This commit is contained in:
commit
1f0149daeb
77 changed files with 2347 additions and 36 deletions
|
|
@ -77,6 +77,7 @@ fun DependencyHandlerScope.allFeaturesApi() {
|
|||
implementation(project(":features:rageshake:api"))
|
||||
implementation(project(":features:preferences:api"))
|
||||
implementation(project(":features:createroom:api"))
|
||||
implementation(project(":features:verifysession:api"))
|
||||
}
|
||||
|
||||
fun DependencyHandlerScope.allFeaturesImpl() {
|
||||
|
|
@ -88,4 +89,5 @@ fun DependencyHandlerScope.allFeaturesImpl() {
|
|||
implementation(project(":features:rageshake:impl"))
|
||||
implementation(project(":features:preferences:impl"))
|
||||
implementation(project(":features:createroom:impl"))
|
||||
implementation(project(":features:verifysession:impl"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue