I got an compiler error when I tried to use Flow w...
# compose
j
I got an compiler error when I tried to use Flow with compose, which is already reported here https://github.com/Kotlin/kotlinx.coroutines/issues/1637 Is coroutines/flow support available with compose(dev-08)?
a
Not yet. Up through dev09 compose is based in a version of kotlinc's IR backend that is quite old. An updated version landed this past week but it's still not up to current yet, it'll be out in dev10. In that version quite a lot more works around coroutines, but I've heard reports from the team that there are still some issues around Flow.
😮 1
👍 7
I'm not sure for certain yet but I suspect it might be related to suspend+crossinline being used together. We're working on getting fully up to date for this.
👍 5