Uploading images in Kotlin Multiplatform

Robert Nagy
3 min readApr 12, 2021

I’ve been working on sharing logic between Android and iOS and I’d like to share my experience with working with images in a platform agnostic way.

Introduction

Kotlin Multiplatform lets you share non platform specific logic ( “non UI code”) between different platforms (Android, jvm, js, iOS, macOS, etc…) and gives you the possibility of creating abstractions over platform specific logic.
I won’t dive into more detail about the technology, you can read more about it here.

--

--

Robert Nagy

Senior Android Developer — Contractor — Freelancer