https://kotlinlang.org logo
Title
e

elihart

07/15/2022, 9:34 PM
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

Colton Idle

07/16/2022, 3:07 AM
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

elihart

07/16/2022, 3:55 AM
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

Chris Sinco [G]

07/20/2022, 5:08 PM
For my plugin everything seems to be still working (using 1.1.1).
@Igor Demin any ideas?
e

elihart

07/20/2022, 6:45 PM
thanks for weighing in. i’m wondering if it has anything to do with our use of coroutines, or some other library