To establish the Event Loop required to use Ktor in iOS, should I put the whole content of the
main
function inside
runBlocking
? I'm aware that only the main thread can be used for coroutines at present, and have created a main thread Dispatcher, but launching with this dispatcher - according to the error I'm receiving - does not set up an Event Loop.