Hello everyone. Is it possible to create a multiplatform project that shares code between a JVM, Android and iOS implementations? I've only found tutorials on how to create a JVM/JS/Native or Android/iOS multiplatform project, but nothing like Android/iOS/JVM and was wondering if that's supported
👌 5
Riccardo Montagnin
02/28/2019, 8:33 AM
Inside IntelliJ New Project window what should I go for?
1. Multiplatform Library
2. Mobile Android/iOS
r
ribesg
02/28/2019, 8:42 AM
For now you should start with an empty Gradle project with Kotlin DSL and start to learn how it works from examples, as MPP still needs some work
n
nestserau
02/28/2019, 8:42 AM
It doesn’t matter as much, because either one or the other platform will be missing out for you in those templates. It all depends on your