btw, the above remains true for the currently unre...
# kotlin-native
m
btw, the above remains true for the currently unreleased 0.9.2 - it doesn't seem to work with the latest 1.3 EAP 😞 (different error though). AFAICT this means I can't easily use Kotlin/Native right now in a project that also uses Kotlin/JVM because the plugins end up interfering with each other, and the IDE has updated me to the latest version of the Kotlin plugin on the EAP. I suppose I could try to downgrade my IDE to -m1 but, eh
o
it shall work with 1.3.0-RC, and as a matter of fact, MPP plugin in 1.3.0-RC uses native 0.9.2
m
hmm, I wasn't able to make it work - always getting ABI mismatch errors of various forms
however with 1.3-M1 and kotlin-jvm+kotlin-native 0.9.1 in the same project, it worked.