Merge branch 'develop' into feature/fga/image_loading

This commit is contained in:
ganfra
2023-05-24 17:39:27 +02:00
104 changed files with 1791 additions and 114 deletions

View File

@@ -95,6 +95,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
fun DependencyHandlerScope.allServicesImpl() {
implementation(project(":services:analytics:noop"))
implementation(project(":services:apperror:impl"))
implementation(project(":services:appnavstate:impl"))
implementation(project(":services:toolbox:impl"))
}