Arjan van Wieringen
10/12/2022, 6:25 PMMandelbrotViewer
composable. In the movie we have JVM, iOS iPad Simulator and JS. Quite the difference in platform!
Biggest issue is that I got VM allocation errors when using withContext(Dispatchers.Default)
on iOS targets so it is blocking the main thread. I also can't get it to work on Arm64 on Mac. But it's experimental. So... there's that.
I really enjoyed this, and it was very very easy. I can't understate how awesome it would be to have a true multiplatform UI library in Kotlin. I'll post the code later on GitHub.spierce7
10/12/2022, 8:04 PMDispatchers.Default
isn’t working yet? 😞
Is there a limitation around this I’m not aware of? Is there a bug to track that anyone is aware of in the coroutines library?Landry Norris
10/12/2022, 9:10 PMArjan van Wieringen
10/13/2022, 5:47 AMAnmol Verma
10/13/2022, 6:00 AMthelumiereguy
10/13/2022, 6:44 AMArjan van Wieringen
10/13/2022, 2:26 PMLandry Norris
10/13/2022, 3:01 PMLandry Norris
10/13/2022, 3:02 PMArjan van Wieringen
10/13/2022, 6:09 PMLandry Norris
10/13/2022, 6:11 PM