Hello,
I have started a project with IDEA, and just added a dumb class with a test.
Debugging does not work with IR but does with LEGACY. Is there anything I should known to make it work?
Tristan
08/12/2021, 1:44 AM
It seems to work with 1.5.30-RC, I suppose it is because of the source maps.
But the IDE is not doing any suggestions on mouse hover.
It's still better than nothing ❤️
t
turansky
08/12/2021, 1:44 AM
Kotlin
1.5.20
(latest stable) - IR alpha
Kotlin
1.5.30-RC
(latest) - IR beta
Also you need IDEA 2021.1.3 for latest Kotlin versions
turansky
08/12/2021, 1:44 AM
IDEA 2021.2 isn’t ready
t
Tuna
08/12/2021, 4:56 AM
I got this error before and resolved by clean before running test after changing between IR and LEGACY