Add :services:toolbox modules.

This commit is contained in:
Benoit Marty 2023-03-16 18:12:54 +01:00 committed by Benoit Marty
parent d8be158078
commit 2a3caaff8b
10 changed files with 298 additions and 1 deletions

View file

@ -65,8 +65,9 @@ fun DependencyHandlerScope.allLibrariesImpl() {
}
fun DependencyHandlerScope.allServicesImpl() {
implementation(project(":services:appnavstate:impl"))
implementation(project(":services:analytics:noop"))
implementation(project(":services:appnavstate:impl"))
implementation(project(":services:toolbox:impl"))
}
fun DependencyHandlerScope.allFeaturesApi() {