thanks, it works now. Can I add coroutines library...
# getting-started
g
thanks, it works now. Can I add coroutines library easily? In empty project I don’t see gradle files
k
You can try just writing some coroutine code, maybe the IDE has a quickfix to add the library.
g
I’ve added import kotlinx.coroutines.*; and IDEA highlights it as error