Hi, I'm migrating to 1.4 but I got affected by https://youtrack.jetbrains.com/issue/KT-41149, the workaround of disabling the new type inference algorithm works but then Idea and AS get hang constantly. Someone there mentioned they should understand the
freeCompilerArgs += "-XXLanguage:-NewInference"
flag when configured in gradle, but it isn't the case for me, and sadly there's no more option to disable this in the IDE (The checkbox was removed in the latest Idea Kotlin plugin)
a
Alexey Belkov [JB]
08/25/2020, 12:53 PM
Well, after project import from Gradle to IDEA new inference should indeed be disabled. If IDE becomes unusable however, I think you will have to use Kotlin 1.3.72 for now, sorry.
o
Omar Mainegra
08/25/2020, 2:39 PM
😢 Ok, thank you
m
melatonina
08/30/2020, 11:06 AM
Hello. How do revert to the previous plugin version? 1.4 is not only freezing my IDE but also the whole system (Ubuntu).
melatonina
08/30/2020, 11:10 AM
I downloaded the previous version of the plugin and used the "Install plugin from disk" action.
melatonina
08/30/2020, 12:39 PM
Unfortunately, while the kotlin plugin 1.4 was not functioning propertly, the freeze are still present while I use IDEA to debug a JavaFX application.
melatonina
08/30/2020, 12:40 PM
Development is now fixing a line, followed by 2 hours of freezes.