I have written a demo project which make coroutine works on iOS (just on the main thread).
The source code is quite simple. hope it will help
https://github.com/LanderlYoung/Kotlin-mpp
j
Jaroslav
02/21/2019, 12:34 PM
github search doesn’t find any usage of
delay
in your porject 🙂
l
Landerl Young
02/21/2019, 12:35 PM
If you got coroutine works, delay will surely work.
j
Jaroslav
02/21/2019, 12:36 PM
no it doesn’t 😉
Jaroslav
02/21/2019, 12:36 PM
coroutines work ok (if we don’t count the fact that everything runs on the main thread)