OIDC-Debugger/build.gradle.kts
Radek Goláň jr. 792782785f
Initial commit
Made project
Added initial implementation of OIDC Core client
Implemented auth flow initiation
Implemented auth response validation
2025-01-02 17:58:56 +01:00

6 lines
219 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
}