gradle 4.4 => the problem was on my side though...
# javascript
r
gradle 4.4 => the problem was on my side though... the problem was completely different, there was a definition which I was not aware of lurking around for test purposese doing this:
Copy code
[compileKotlin2Js, compileTestKotlin2Js]*.configure {
    kotlinOptions.moduleKind = "commonjs"
}
so it was effectively a commonjs module and not a umd module