https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
j

Jérôme Gully

11/24/2020, 9:55 AM
Hi, How do you encode/decode base64 in common code ? You go down to the android/ios specific sourceset ? I found that but it's seems forgotten https://github.com/Kotlin/kotlin-examples/pull/90
g

gildor

11/24/2020, 10:07 AM
There is no common base64, the easisest solution is use platfrom specific library + expect/actual
j

Julius

11/24/2020, 10:52 AM
j

Jérôme Gully

01/11/2021, 5:03 PM
A bit late, but yeah I used krypto and it's working fine 🙂
9 Views