When declaring a suspend function within another s...
# coroutines
j
When declaring a suspend function within another suspend function. Is this a compiler bug?
l
Does the crash reproduces with JVM IR?
j
Yes its a JVM project not KMP
kotlin version 1.4.10
The module generating the err is being consumed by compose app module
l
Yes its a JVM project not KMP
That doesn't answer my question. I know it's JVM, but there's the legacy/current compiler, and there's JVM IR which you can enable in
kotlinOptions
.