I'm confused on how to start a new multiplatform project :s I've been trying with 'New project > Gradle > Kotlin (Multiplatform Common - experimental)' and adding Kotlin (multiplatform js) and kotlin (multiplatform jvm) afterwards but then it says every module points to the same directory in the file system...
How do I start a new project in IDEA 2017.2.5 that should have a kotlin-jvm backend, an kotlin android client, and a kotlin-JS client?