Hi guys! I already implemented coroutine for jdk8 ...
# multiplatform
j
Hi guys! I already implemented coroutine for jdk8 in my common dependencies. But i can't seem to use
GlobalScope.future
P.S. Im developing a library for android and iOS
s
You might want to add the jdk8 dependency only for the jvm source sets instead of commonMain. But you won’t see jvm specific functions in your common code!
j
So this isn't compatible with multiplatform
Thanks!