Return to site

Kotlin base64

broken image
broken image
broken image

You will use different ways to implement the conversion to the Base64 format on different platforms:įor Kotlin/Native – your own implementation. It can be used on Kotlin/JVM, Kotlin/JS, and any available Kotlin/Native platform.

broken image

This library converts raw data – strings and byte arrays – to the Base64 format. In this tutorial, you will learn how to create a multiplatform library for JVM, JS, and Native platforms, write common tests for all platforms, and publish the library to a local Maven repository.

broken image