Is there anyway to manually set the version of har...
# javascript
m
Is there anyway to manually set the version of hardcoded Kotlin/JS dependencies such as Webpack CLI? I'd like to set it to a more recent version to get a fix for a bug I'm experiencing, but I have no idea on how to do that. Adding an explicit dependency on webpack-cli in my build.gradle leads to the following error:
There is already declared version of 'webpack-cli' with version '^4.9.0' which does not intersects with another declared version '4.7.1'
t
m
Thank you very much for the lightning fast reply, I'll check this out!
t
Also you can use this plugin if latest webpack is fine for you
m
Yep the goal is to use the latest webpack, but I was interested in how to do "version pinning for hardcoded dependencies", as it may be useful for me in the future 😄 (if that makes sense) Thanks!
t
Fresh versions on board