I've got a problem with Base64 encoding in kmm. Th...
# multiplatform
i
I've got a problem with Base64 encoding in kmm. There are solutions, but they are platform-specific and vanilla kotlin solution (.encodeBase64) annotated as @InternalApi. Has anyone met with such a problem? I mean is there out-of-the-box solution?
a