The new plugin for debugging K/N in IntelliJ seems to be corrupting my multiplatform projects... If I have it installed and activated, it changes the type of my modules to KONAN_NATIVE, which the normal Kotlin plugin doesn't like, and thus refuses to load.
k
Kirill Shmakov [JB]
09/04/2019, 3:16 PM
Campbell, thank you for the report.
We encountered this problem and are going to investigate it not so distant future.
Issue to follow: https://youtrack.jetbrains.com/issue/KT-33697
👍 1
a
altavir
09/04/2019, 5:25 PM
Ah, that is what was messing with my build. Good to know.