Marko Kunic
11/03/2021, 4:34 PMrunBlocking but still not sure how to get the response outside of it?hfhbd
11/03/2021, 4:54 PMrunblocking waits and returns the last expression in the lambda
val syncValue = runBlocking { client.get("<https://google.com>") }Marko Kunic
11/03/2021, 4:57 PM