Fix dagger compilation

This commit is contained in:
ganfra 2023-10-23 20:55:58 +02:00
parent 587cfcd886
commit 6170dd45bc
3 changed files with 4 additions and 2 deletions

View file

@ -101,6 +101,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
implementation(project(":libraries:mediaupload:impl"))
implementation(project(":libraries:usersearch:impl"))
implementation(project(":libraries:textcomposer:impl"))
implementation(project(":libraries:cryptography:impl"))
}
fun DependencyHandlerScope.allServicesImpl() {