In this article, well, take a look at how to DataStore and how to use it in a Kotlin Multiplatform project. Recently Google announced a couple of Jetpack Multiplatform libraries. One is DataStore, a storage solution that allows you to store key-value pairs. This has been rewritten & is now available on Kotlin Multiplatform, targeting…