Implementing a Stopwatch with Kotlin Coroutines and Flow Part 2 - Multiple Stopwatches with Unit and Compose UI Tests The first part focused on getting the stopwatch working, this one will focus on changing the implementation to support multiple stopwatches.
Implementing a Stopwatch with Kotlin Coroutines and Flow Part 1 - a Single Stopwatch Currently, I'm working on a Jetpack Compose Android app [https://github.com/AKJAW/Timi-Compose] which amongst other things allows the user to start multiple stopwatches. This is the first part