We’re using compose desktop within an Intellij IDE...
# compose
e
We’re using compose desktop within an Intellij IDE Plugin. It was working great up until recently and it seems like with Intelij 2022.1 (Android Studio Electric Eel build specifically) it just stopped working. Initial drawing works, but then recomposition just doesn’t seem to happen. Click and key press callbacks happen, but updating State doesn’t trigger recomposition, and things like mouse over highlights over built in components don’t show. It’s really bizarre, and I don’t see any errors in logs to point out what is going on. Debugging doesn’t give me any hints either. Anyone in a similar position?
guess I should ask in #compose-desktop