Jmix studio unusable

Bug list (non exhaustive)
When I open any descriptor I get this notification
image
On descriptiors button bar is unusable:
image
on controllers the buttons are visible but they do not work:
image
If I try to create an entity I have this notification:
image
image

I see it for more than a month now. I though the problem will be fixed quickly given it is triggered with very basic usage.

Step to reproduce:

  1. use this versions:
    jmix plugin version: 2.4.2 but 2.4.1 has the same problem (I think 2.4.0 too but not sure)
    IntelliJ IDEA: 2024.3.1.1 (Community Edition)
    Ubuntu 24.04.1 LTS
  2. create a kotlin fullstack application version 1.5.5

Workaround:
My colleague managed to find versions that work
intelliJ 2024.2.5
jmix 2.4.1-242

similar issue Display Issues with Jmix Plugin Version 2.4.1-243 in IntelliJ

Hi

Do you have K2 mode enabled in your IDE?

Jmix Studio does not yet support K2, so you will not be able to work with Kotlin projects with K2 mode enabled.

I disabled K2 mode and the problem is fixed.
Thank you ! :grinning: