Wondering if anyone uses AppCode for Kotlin Multiplatform Mobile, what’s the experience like? Getting some IDE errors in the Android module, and I am just evaluating if it is going to be worth it to try resolving the errors.
d
darkmoon_uk
10/04/2022, 9:59 PM
I don't know how helpful this is; but in my experience of doing KMP over a couple of years... I don't live in a single IDE for it. I would say roughly:
60% - Android Studio (Best support for Compose/Previews)
30% - IntelliJ (Sometimes has better syntax highlighting, best Desktop debugging experience)
10% - AppCode (Had/has best KMM project setup templates, Swift editing for iOS native interface code)
s
Smorg
10/05/2022, 5:52 AM
I guess I would have to make do with multiple IDEs then. Thanks, Chris!
a
andylamax
10/05/2022, 9:25 AM
I can confirm having a similar experience as @darkmoon_uk although, lately I have seen IntelliJ to be able to cover most of my usecases
s
Smorg
11/13/2022, 5:58 PM
@andylamax, what version of IntelliJ do you have? Can’t seem to find the KMM plugin for the community edition.