Modules

What's the status of modules, as described here:

http://confluence.jetbrains.com/display/Kotlin/Modules+and+Compilation

Specifically, the dependency management piece. This is HUGE, and could be a real selling point. One of the key selling points of Node.js is NPM. It’s just so nice to have dependency management available as a core feature.

Are you expecting to be working on this in the near future?

We are not providing our own dependency management, i.e. repositories, hosting etc. Kotlin modules can declare dependencies and we will add support for existing repositories like Maven etc

Of course. That's understoond (and a very good thing). Just wondering where that's at in terms of progress.