Hi, I'm migrating to 1.4 but I got affected by <ht...
# intellij
o
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
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
😢 Ok, thank you
m
Hello. How do revert to the previous plugin version? 1.4 is not only freezing my IDE but also the whole system (Ubuntu).
I downloaded the previous version of the plugin and used the "Install plugin from disk" action.
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.
Development is now fixing a line, followed by 2 hours of freezes.