Sorry for asking as simple things as these, but I found a huge lack of documentation and help with Compose Desktop. The starting curve is hard. Does anyone have a guide for using coroutines on Compose Desktop? Can't find any official documentation for it. For example, which dependencies should I add, in which build gradle file, and how can I launch them, as in Compose Desktop we don't have
lifecycleScope.launch{}
Thank you
a
Alexander Maryanovsky
11/27/2024, 2:14 PM
You have rememberCoroutineScope() for a local scope in a composable function.