Extract OIDC to its own module

This commit is contained in:
Jorge Martín
2024-08-08 16:24:13 +02:00
parent e16057a366
commit d5c2e5e436
34 changed files with 283 additions and 57 deletions

View File

@@ -116,6 +116,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
implementation(project(":libraries:mediaviewer:impl"))
implementation(project(":libraries:troubleshoot:impl"))
implementation(project(":libraries:fullscreenintent:impl"))
implementation(project(":libraries:oidc:impl"))
}
fun DependencyHandlerScope.allServicesImpl() {