https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
r

Ryan Simon

02/10/2020, 2:43 AM
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

Samuel Michael

02/10/2020, 9:42 AM
I use a combo of AppCode and Xcode but I heard that Android Studio is going to support Ios emulator soon
r

Ryan Simon

02/10/2020, 3:41 PM
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

Ryan Simon

02/11/2020, 3:30 AM
Perfect, thank you!