Sorry for asking as simple things as these, but I ...
# compose-desktop
p
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
You have rememberCoroutineScope() for a local scope in a composable function.
❤️ 1
i
lifecycleScope
is available on Desktop