Add :services:toolbox modules.
This commit is contained in:
parent
d8be158078
commit
2a3caaff8b
10 changed files with 298 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue