I don't know about Dart, but Kotlin does not handl...
# javascript
k
I don't know about Dart, but Kotlin does not handle lazy module loading as well as module loading itself. Module loading infrastructure can not be part of language specification. You can use existing libraries that handle lazy module loading with Kotlin. For example, you can compile Kotlin code to AMD modules and use require.js to load modules lazily