Well that’s interesting! Adding `coroutineScope` o...
# coroutines
s
Well that’s interesting! Adding
coroutineScope
or
supervisorScope
to one of my suspend functions not only stops the build, but breaks the Kotlin compiler completely!
youtrack 1
e
s
I’ll see if I can narrow it down first, but I’ll absolutely throw up an issue.
Yep, narrowed it down significantly. Seems like an edge case involving nullable return types, safe calls, and suspend inline functions