I’m starting to dive deeper into KMP, and I’m wond...
# multiplatform
r
I’m starting to dive deeper into KMP, and I’m wondering how some of you are setting up your development environments? I’m mainly an Android dev, so for iOS code I’m assuming I should just be using Xcode? Or is there a better way to bridge the two? I’ve seen that Jetbrains has AppCode with Kotlin Native support. Is that a better fit for KMP projects?
d
Just read the materials on internet first and you will find out your desired configureation 🙂
s
I use a combo of AppCode and Xcode but I heard that Android Studio is going to support Ios emulator soon
r
nice, appreciate the help!
this also might help if you are going to be debugging and want some basic syntax highlighting while using xcode until the jetbrains plugin will be ready
r
Perfect, thank you!