Dose anyone know how to use kotlinx.coroutines.* i...
# getting-started
g
Dose anyone know how to use kotlinx.coroutines.* in terminal with simple GlobalScope.launch{..}
m
So you're compiling with
kotlinc
from the terminal?
If so, you need to place the kotlinx-coroutines library on the classpath.