Create allServicesImpl()
This commit is contained in:
parent
63fabed8ce
commit
93cd58feb5
2 changed files with 6 additions and 3 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue