Not sure if only Intelij problem or happening to s...
# compose-desktop
l
Not sure if only Intelij problem or happening to somebody else, but encountering this when writing this Compose code in MPP jvm source set, IDE shows 'Highlighting is temporary suspended due to internal error.'
It seems some error came from
getValue
as the stacktrace shows:
m
I’ve seen that quite often recently but I did not investigate it any further because I thought it is just some issue with the EAP pre-release.
l
But happened with • Compose 1.0.0 & 1.0.1 • Kotlin 1.5.31 & 1.6.0 • Intellij IDEA 2021.3.2 • clean installation & new project from template as far as for me.