aksh1618
03/03/2019, 7:09 PMawait() on both, it runs. Is this a bug with the playground?groostav
03/03/2019, 7:43 PMawait is causing runBlocking to return Unit, where before its returning Deferred<Unit>.groostav
03/03/2019, 7:43 PMfun main() = runBlocking<Unit> {....bdawg.io
03/03/2019, 8:47 PMansman
03/03/2019, 9:23 PMbdawg.io
03/03/2019, 11:08 PMgildor
03/04/2019, 6:44 AM