I ran into an issue with coroutines on Kotlin 1.5.30 that I filed here -
https://youtrack.jetbrains.com/issue/KT-48478
According to
a line in the coroutines source this indicates a compiler bug.
I'd like to update to 1.5.30, and I've discovered a workaround for the crash I was experiencing. However, I'm worried that since I don't know what causes the actual issue, something else in my codebase might still crash.
Anyone have any idea what the underlying issue is, so I can figure out if anything else in my code is affected?