Does anyone know how to enable automatic Dukat run...
# javascript
j
Does anyone know how to enable automatic Dukat run on npm dependencies with 1.3.50? This YouTrack issue has been marked as "fixed in 1.3.50", so it must be available, right?
s
@Joffrey Currently there is no way to do it due to bug, sorry. Hopefully will be fixed in next eap. I’ll post comment in this issue when it will be ready.
j
@snrostov thank you for your reply, at least I'll stop searching :) I'll wait for the fix then! great job so far, though, please keep up the good work 🤗
s
With kotlin 1.3.50 you can enable this experimental feature by adding the
kotlin.js.experimental.generateKotlinExternals=true
line into the
gradle.properties
file in a project root directory . Some more details here: https://blog.jetbrains.com/kotlin/2019/08/kotlin-1-3-50-released in the Dukat section.
❤️ 1
j
Thanks Sergey, great ! I'll try this out whenever I can ☺️