Even with native itself supported in IDEA, we stil...
# kotlin-native
t
Even with native itself supported in IDEA, we still need a lot on stuff for iOS from AppCode
s
What they provide right now with 1.3 is actually pretty good to write non-UI libs that can be shared. My team has had no problems writing a simple mpp key-value store lib in mpp with IntelliJ Ultimate / Android Studio.
The only thing that I feel like we are lacking atm is debugging support.
t
well, you still need xcode at least to launch app
(though native tests works well from commandline)
btw, can you share more details about mpp KV?
s
There were a bunch of gradle scripts to launch simulator with app w/o opening XCode
👏 1
s
@sandwwraith In the keynote @abreslav announced support for MPP editing on IntelliJ IDEA Community Edition, Ultimate, and Android Studio. Will debugging for multiplatform also be added to them? i.e. will I eventually be able to debug my Kotlin filles in an iOS app from IntelliJ?
s
@spierce7 We're working on this, but there's no official announcements regarding debugger yet.
👍 6