I have updated my compose runtime based project to...
# compose
r
I have updated my compose runtime based project to Kotlin
2.0.20-Beta2
and I see this runtime error:
Compose Runtime internal error. Unexpected or incorrect use of the Compose internal runtime API (A call to createNode(), emitNode() or useNode() expected). Please report to Google or use <https://goo.gle/compose-feedback>
. I'm still using Compose Multiplatform 1.6.11 (it works fine with Kotlin 2.0.0). Is CMP 1.6.11 somehow incompatible with
2.0.20-Beta2
? Any other ideas?