I’ve created an intellij project with Kolin-JVM us...
# getting-started
h
I’ve created an intellij project with Kolin-JVM used. But when I type in GlobalScope to do coroutine stuff its pointing to javax.xml.bind.JAXBElement how can I solve this?
t
You need the kotlinx.coroutines library
h
Yeah thank you, I saw that 🙂