This works for me: ``` var PATH_TO_KOTLIN_JS_DIR =...
# javascript
b
This works for me:
Copy code
var PATH_TO_KOTLIN_JS_DIR = "./lib/";

Kotlin = require(PATH_TO_KOTLIN_JS_DIR + "kotlin");

require("./hello_node");

module.exports = Kotlin.modules.hello_node.foo.main_kand9s$;