Hello i am trying to use KTOR but when i try to im...
# getting-started
d
Hello i am trying to use KTOR but when i try to import the coroutines module, it says me that the reference doesn't exist, I don't how to import it properly
d
add kotlinx.coroutine to your build.gradle https://github.com/Kotlin/kotlinx.coroutines
d
I added but it seems that only works for android mobile, that library works for desktop and Wasm? Thank you for your answer