I'm having some issues using the ktor-client 1.1.0...
# ktor
v
I'm having some issues using the ktor-client 1.1.0 inside an
async{}
block. I'm really not sure what is happening. Replacing ktor-client by retrofit2 and forcing a blocking call everything works.