A 'return' expression required in a function with a block body ('{...}'). If you got this error after the compiler update, then it's most likely due to a fix of a bug introduced in 1.3.0 (see KT-28061 for details)
this error makes no sense because there are return expressions at all points.. wth
This happens when using runCatching inside a suspend function. How can I solve this?