This library provides some wrapper methods that allow callers to write idiomatic Kotlin code when using microsoft-authentication-library-for-android.
To explore what is included in msal-android-ktx
, have a look
at this PR.
-
Add the JitPack repository to your project's build or settings file
dependencyResolutionManagement { ... repositories { ... maven("https://jitpack.io") } }
-
Add the
msal-android-ktx
dependency to your module's build filedependencies { ... implementation("com.github.denis-ismailaj:msal-android-ktx:0.1.0") }