We’re using compose desktop within an Intellij IDE...
# compose-desktop
e
We’re using compose desktop within an Intellij IDE Plugin. It was working great up until recently but 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 for standard 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?
👀 2
i’m seeing this with both compose 1.1.1 and the latest 1.2 dev snapshot. doesn’t seem related to compose changes, but rather something within the Intellij system somehow.
c
I wonder if the sample that jetbrains has for an intellij plugin broke as well. same for whether @Chris Sinco [G] plugin broke too. 🤔
e
I would be surprised if it was completely broken for all intellij 2022.1 usage since I imagine more people would be speaking out. It might be related to something I’m doing with Compose, but it’s very hard to debug so far to get any sort of lead on
c
For my plugin everything seems to be still working (using 1.1.1).
@Igor Demin any ideas?
e
thanks for weighing in. i’m wondering if it has anything to do with our use of coroutines, or some other library