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

david.bilik

02/20/2018, 12:40 PM
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

david.bilik

02/20/2018, 2:19 PM
thanks, will look into that 🙂
d

david.bilik

02/20/2018, 2:26 PM
@Simone Civetta I’ve looked at that, but that doesnot answer my question abou IDEs 🙂
but otherwise its really good example
s

Simone Civetta

02/20/2018, 2:34 PM
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

david.bilik

02/20/2018, 2:39 PM
Isnt it a little masochist to program in text editor? 😄 I cant imagine working without proper refactoring/formatting/autocompletion
a

albertgao

02/21/2018, 9:30 PM
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.