Hello, I have started a project with IDEA, and ju...
# javascript
t
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?
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
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
IDEA 2021.2 isn’t ready
t
I got this error before and resolved by clean before running test after changing between IR and LEGACY
t
Thanks, I am using 2021.2.1 Preview indeed 😅