thana
01/15/2020, 8:51 AMbrowserWebpack
corretly? i realised the bundled js file e.g. does not contain the kotlin.js dependency...
is adding implementation(npm("kotlin", "${extra["kotlin_version"]}"))
the correct way to reach this?
I cannot try that because then it says "Cannot find kotlin@1.3.61 in yarn.lock".
What am i missing?Robert Jaros
01/15/2020, 10:15 AMthana
01/15/2020, 10:28 AMthana
01/15/2020, 10:40 AMmoduleKinnd = "plain"
that seems to be the problem. it works with umd and commonjs