Vytautas Jakutis
10/01/2019, 8:37 AMnpm i dukat && npx dukat -d kt node_modules/dukat/d.ts.libs/lib.es5.d.ts
Which succeeded, but when trying to compile the kotlin file to javascript, I got:
$ kotlinc-js -output out.js kt/lib.es5.module_dukat.kt
kt/lib.es5.module_dukat.kt:126:15: error: parameter name expected
fun apply(this: Function<*>, thisArg: Any, argArray: Any? = definedExternally /* null */): Any
^
anton.bannykh
10/04/2019, 4:31 PM