What is the best IDE to use for KMM? The
FAQ suggests Android Studio, while also saying that one can use Intellij Ultimate with some limitations. Android Studio works for the most part, but there's no support for Swift.
I typically do most of my iOS dev in AppCode, and I was happy to find a
KMM plugin for AppCode. However, opening the project created in Android Studio in AppCode with the KMM plugin installed resulted in a number of issues, such as the project requiring conversion to a KMM project, facets that cannot be loaded, and a lot of red in the Kotlin syntax highlighting.
I also tried creating the project in AppCode, but
after restarting AppCode and reloading the project, I got the same facets cannot be loaded error ("unknown face type" kotlin-language and android). [edit: I updated AppCode while composing this, and just needed to reinstall the KMM related plugins].
Most of these are probably just growing pains for KMM, and I can open tickets for these things, but as someone just getting started with KMM, which IDE should I stick with for the least amount of difficulty?