Kotlin Multiplatform: Settings

Tobias Wissmueller
ITNEXT
Published in
3 min readApr 17, 2024

--

Implementing Platform-Independent Settings

Photo by CHUTTERSNAP on Unsplash

I often use settings in my apps to store single values outside a database. It’s rare for me to write an app without utilizing settings in one way or another.

This tutorial features platform-independent settings. We’ll create a single code base that works on both Apple and Android platforms.

--

--

Writer for

Documenting my Tech-Stack: Jetpack Compose for Android, SwiftUI for iOS and more and more Kotlin Multiplatform for everything.