Hi, I tried to use coroutine in plugin and launch ...
# intellij-plugins
h
Hi, I tried to use coroutine in plugin and launch one by
Copy code
GlobalScope.launch(<http://Dispatchers.IO|Dispatchers.IO>)
but it’s never launched. Does anyone know why?