so, I tried to play with multiplatform projects, h...
# multiplatform
e
so, I tried to play with multiplatform projects, here (https://kotlinlang.org/docs/reference/multiplatform.html) it says:
As of Kotlin 1.2, multiplatform projects have to be built with Gradle; other build systems are not supported.
To create a new multiplatform project in the IDE, select the "Kotlin (Multiplatform)" option under "Kotlin" in the New Project dialog. This will create a project with three modules, a common one and two platform ones for JVM and JS.