Create allFeatureApis extension and rename allFeatures to allFeaturesImpl
This commit is contained in:
@@ -61,7 +61,18 @@ fun DependencyHandlerScope.allLibraries() {
|
||||
implementation(project(":libraries:di"))
|
||||
}
|
||||
|
||||
fun DependencyHandlerScope.allFeatures() {
|
||||
fun DependencyHandlerScope.allFeaturesApi() {
|
||||
implementation(project(":features:onboarding:api"))
|
||||
implementation(project(":features:login:api"))
|
||||
implementation(project(":features:logout:api"))
|
||||
implementation(project(":features:roomlist:api"))
|
||||
implementation(project(":features:messages:api"))
|
||||
implementation(project(":features:rageshake:api"))
|
||||
implementation(project(":features:preferences:api"))
|
||||
implementation(project(":features:createroom:api"))
|
||||
}
|
||||
|
||||
fun DependencyHandlerScope.allFeaturesImpl() {
|
||||
implementation(project(":features:onboarding:impl"))
|
||||
implementation(project(":features:login:impl"))
|
||||
implementation(project(":features:logout:impl"))
|
||||
|
||||
Reference in New Issue
Block a user