Implement basic OIDC debugging functionality

This commit is contained in:
2025-01-29 22:06:10 +01:00
parent ade0f62568
commit 5427aa2032
7 changed files with 427 additions and 24 deletions

View File

@@ -20,4 +20,5 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
org.gradle.configuration-cache=true