neworldlt
02/25/2018, 2:08 PM(root) - setup only buildscript classpath
- engine-common -> kotlin-platform-common
- engine-js -> kotlin-platform-js
- engine-jvm -> kotlin-platform-jvm
- backend -> kotlin-jvm
- engine-jvm
- frontend -> kotlin-js
- engine-js
anton.bannykh
02/26/2018, 10:58 AMAlexander Podkhalyuzin [JB]
02/26/2018, 2:53 PMviktoria.shirunova
02/27/2018, 10:40 AMKotlin / Kotlin (Multiplatform - Experimental)
creates main common module and 2 additional platform modules (by one for each of supported platforms). This would cover only three modules from your configuration, other modules have to be added manually. So, what exactly you'd like to see? common module as a module on the same level as platform ones or something else?neworldlt
02/27/2018, 12:33 PMKotlin (Multiplatform - Experimental)
Common module is merged into root module. And I have manually create common module and wire it.viktoria.shirunova
02/27/2018, 1:20 PMKotlin / Kotlin (Multiplatform - Experimental)
(it creates gradle based project) as well as you create empty gradle project.
In any case, add new modules from Gradle group with any Kotlin framework checked - there are 5 of them in this group - for every kind of module you've listed in your configuration 🙂neworldlt
02/27/2018, 1:30 PM