What does it mean that the K2 mode is "not fully s...
# intellij
l
What does it mean that the K2 mode is "not fully supported" for multipaltform projects? I followed the recommendations made above, and things seems to work for the most part, but I get a warning about it when I open a non-JVM source file.
a
For instance, Find Usages may not show usages in other platforms. Navigation from platform to platform may not work. Code highlighting may work incorrectly in files from non-JVM platforms
l
Thank you for the information. I'll turn it off for now.
I did note that going into Tools->Kotlin->Show kotlin bytecode causes a crash with the crash reporter showing up, if you do it on a non-JVM (including common) file.
It doesn't work on the old compiler either, but at least you didn't get an exception message
thank you color 1
1008 Views