Encoding/Decoding Base64 without depending on Java methods
s
serebit
10/30/2019, 9:19 PM
Not that I know of. There are Kotlin common implementations out there, though
m
miha-x64
10/31/2019, 9:36 AM
You could clone Migbase64 and Ctrl+Alt+Shift+K it. Voila, new multiplatform library!
a
Abduqodiri Qurbonzoda [JB]
08/13/2024, 2:50 PM
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