You can apparently bump Dukat to a later version b...
# javascript
h
You can apparently bump Dukat to a later version by setting
rootProject.kotlinNodeJs.versions.dukat.version = "<VERSION>"
t
that would be cool, because currently our project wouldn't even compile enabling dukat although we do not use any features of it 😄
h
I guess you can set it to
0.0.14
and see if it works (https://github.com/Kotlin/dukat/releases)
t
setting this property to an invalid value doesn't seem to have any impact
d
All I am seeing is this. I'm not sure if its because its running against a sub project and the kotlin.js.experimental.generateKotlinExternals is set on the root project