No, it's possible to compile each Kotlin module as...
# javascript
k
No, it's possible to compile each Kotlin module as an AMD module. And you don't have to use require instead of import, you just setup module dependencies in project structure dialog, and compiler will insert all necessary
define
calls