What's wrong with a snippet of code? Even the Base...
# multiplatform
c
What's wrong with a snippet of code? Even the Base64 encoder that's integrated into Android is just one file, you might even be able to just run that through IntelliJ's Java-to-Kotlin converter: https://github.com/aosp-mirror/platform_frameworks_base/blob/master/core/java/android/util/Base64.java
1