Kotlin Multiplatform For Android and the Web - Part 2 The shared module
This part explains how Kotlin Multiplatform can share code between platforms. Additionally the architecture of the client platform (Web app and Android) is also shown.
This part explains how Kotlin Multiplatform can share code between platforms. Additionally the architecture of the client platform (Web app and Android) is also shown.
The first part of my thesis about Kotlin Multiplatform. This part contains the project introduction and the Ktor server
This article contains information about our experiences with Kotlin Multiplatform, which hopefully might be useful for others.
The first part focused on getting the stopwatch working, this one will focus on changing the implementation to support multiple stopwatches.
Currently, I'm working on a Jetpack Compose Android app which amongst other things allows the user to start multiple stopwatches. This is the first part where I show a simplified version of the implementation which will only handle one stopwatch. The second part will include the full implementation