Hi. I'm using Kotlin/JS. Is there a way to set web...
# javascript
r
Hi. I'm using Kotlin/JS. Is there a way to set webpack version without using gradle's
afterEvaluate
? I'm following a
mentioned solution here
. But I'm having an issue:
This just doesn't work.
Nvm. I should have configured rootProject.extensions instead. Ez.