Kotlin Coroutines 1.4 is here, as is another chance to stave off boredom. StateFlow Imagine we have a fragment that is interested in a todo task from the classic JsonPlaceHolder API. Since we are working with flow, we need to launch a coroutine to collect it. A small button willโฆ