I am having issues running Flows along side Jetpac...
# compose
i
I am having issues running Flows along side Jetpack Compose. If I "collectEach", the compiler will throw an IR exception. I know there was an incompatibility between coroutines and compose at one point in the past, but is this still the case?
r
Similar issue with Room and Compose...
i
Kapt incompatibility
k
I believe the suggestion was to keep Compose and Room/Dagger in a different module
r
Will there be a solution for this incompatibility ?
z
Yes, the IR compiler can't handled coroutines yet but it will have to eventually since it's going to replace the current compiler at some point.