Join Slack
Powered by
Dose anyone know how to use kotlinx.coroutines.* i...
# getting-started
g
Guru
02/13/2019, 11:14 AM
Dose anyone know how to use kotlinx.coroutines.* in terminal with simple GlobalScope.launch{..}
m
marstran
02/13/2019, 11:17 AM
So you're compiling with
kotlinc
from the terminal?
marstran
02/13/2019, 11:27 AM
If so, you need to place the kotlinx-coroutines library on the classpath.
3
Views
Open in Slack
Previous
Next