Use new selectusers module
This commit is contained in:
committed by
Florian Renaud
parent
68f8d72a98
commit
f950729d17
@@ -80,6 +80,7 @@ fun DependencyHandlerScope.allFeaturesApi() {
|
||||
implementation(project(":features:preferences:api"))
|
||||
implementation(project(":features:createroom:api"))
|
||||
implementation(project(":features:verifysession:api"))
|
||||
implementation(project(":features:selectusers:api"))
|
||||
}
|
||||
|
||||
fun DependencyHandlerScope.allFeaturesImpl() {
|
||||
@@ -92,4 +93,5 @@ fun DependencyHandlerScope.allFeaturesImpl() {
|
||||
implementation(project(":features:preferences:impl"))
|
||||
implementation(project(":features:createroom:impl"))
|
||||
implementation(project(":features:verifysession:impl"))
|
||||
implementation(project(":features:selectusers:impl"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user