I am trying to perform network operation async in Kotlin. I read it you can do async using async function. I am getting below error, can anyone gue
Kotlin
async
Different Kotlin libraries can have different implementations of async that do different things.
If you wanted the general async-await function from the core library, make sure you have a dependency to kotlinx.coroutines