Encoding/Decoding Base64 without depending on Java...
# stdlib
l
Encoding/Decoding Base64 without depending on Java methods
s
Not that I know of. There are Kotlin common implementations out there, though
m
You could clone Migbase64 and Ctrl+Alt+Shift+K it. Voila, new multiplatform library!
a
Hi there! Kotlin stdlib has introduced a multiplatform Base64 encoding/decoding since version 1.8.20. Here is the KEEP for discussing the API: https://github.com/Kotlin/KEEP/issues/373