We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin 1.8 brought an experimental encoding API with KMP support for base64: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io.encoding/-base64/
If/when this stabilizes we should move to the stdlib implementation of it over our hand rolled base64 encoder.
The text was updated successfully, but these errors were encountered:
feat: IAM Identity Center Support (#911)
d70fabd
No branches or pull requests
Kotlin 1.8 brought an experimental encoding API with KMP support for base64: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io.encoding/-base64/
If/when this stabilizes we should move to the stdlib implementation of it over our hand rolled base64 encoder.
The text was updated successfully, but these errors were encountered: