hallvard
10/01/2019, 8:49 AMwrapper.js:6: ERROR - [JSC_UNDEFINED_VARIABLE] variable module is undeclared
. Is there an easy fix for this that I missed?anton.bannykh
10/01/2019, 8:57 AM--process_common_js_modules
flag, which tells the closure compiler there are predefined module system declarations (couldn't find official docs for that; https://www.evanlouie.com/posts/google-closure-compiler-quickstart seems legit enough)hallvard
10/01/2019, 9:28 AMFailed to load module "kotlin"
instead, but this is progress!)anton.bannykh
10/01/2019, 12:03 PM"kotlin"
is the standard library. Make sure you include it in your build.hallvard
10/01/2019, 12:06 PM