Kotlin Coroutines Tutorial for Android : Advanced | raywenderlich.com

In this Advanced Kotlin Coroutines Tutorial for Android, you’ll gain a deeper understanding of Kotlin Coroutines by replacing common asynchronous programming methods, such as Thread, in an Android app.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2117501-kotlin-coroutines-tutorial-for-android-advanced

There is a difference in behavior of Coroutine Exception Handler snippet at Playground and Idea 2020.3
Playground
Exception handled.
Idea 2020.3
image
Exception not catched by anybody.