Hi, I want to try the thing that most of the Andro...
# multiplatform
d
Hi, I want to try the thing that most of the Android devs wants to try now - do the multiplatform project that has shared code for android/ios written in kotlin .. Whats the best way to start? I cannot find any “tutorial 101” about what IDE to use to develop common part and platform specific parts - can I do it all in IntelliJ? Or for iOS I need CLion? Practically I am looking for some resources that summarize that 🙂
👍 2
d
thanks, will look into that 🙂
d
@Simone Civetta I’ve looked at that, but that doesnot answer my question abou IDEs 🙂
but otherwise its really good example
s
Sure. I’m actually using Android Studio for the common part but IntelliJ works. For iOS, I’m still using Sublime but the new CLion (https://www.jetbrains.com/clion/nextversion/) should be working as well - haven’t tested yet though
d
Isnt it a little masochist to program in text editor? 😄 I cant imagine working without proper refactoring/formatting/autocompletion
a
https://github.com/Albert-Gao/kotlin-native-mobile-multiplatform-example I have a setup where you can use Android Studio or XCode to edit the native app while using IDEA to edit the Kotlin part.