Fix dagger compilation

This commit is contained in:
ganfra 2023-10-23 20:55:58 +02:00
parent afe6d5a870
commit cf4ac261a9
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() {