Create allServicesImpl()

This commit is contained in:
Benoit Marty 2023-03-16 11:24:05 +01:00 committed by Benoit Marty
parent 63fabed8ce
commit 93cd58feb5
2 changed files with 6 additions and 3 deletions

View file

@ -63,6 +63,10 @@ fun DependencyHandlerScope.allLibrariesImpl() {
}
fun DependencyHandlerScope.allServicesImpl() {
implementation(project(":services:appnavstate:impl"))
}
fun DependencyHandlerScope.allFeaturesApi() {
implementation(project(":features:onboarding:api"))
implementation(project(":features:login:api"))