Skip to content
New issue

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

Switch to stdlib base64 encoding #911

Open
aajtodd opened this issue Aug 8, 2023 · 0 comments
Open

Switch to stdlib base64 encoding #911

aajtodd opened this issue Aug 8, 2023 · 0 comments
Labels
enhancement New feature or request no-auto-closure We do not want this issue to be automatically closed.

Comments

@aajtodd
Copy link
Contributor

aajtodd commented Aug 8, 2023

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.

@aajtodd aajtodd added the enhancement New feature or request label Aug 8, 2023
@ianbotsf ianbotsf added the no-auto-closure We do not want this issue to be automatically closed. label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-auto-closure We do not want this issue to be automatically closed.
Projects
None yet
Development

No branches or pull requests

2 participants