Create dedicated module for notification troubleshoot.

This commit is contained in:
Benoit Marty 2024-04-02 18:03:39 +02:00 committed by Benoit Marty
parent 4f320fd4f8
commit cb435c523b
60 changed files with 355 additions and 141 deletions

View file

@ -114,6 +114,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
implementation(project(":libraries:voicerecorder:impl"))
implementation(project(":libraries:mediaplayer:impl"))
implementation(project(":libraries:mediaviewer:impl"))
implementation(project(":libraries:troubleshoot:impl"))
}
fun DependencyHandlerScope.allServicesImpl() {