Hi, I'm setting `targetJs()`, call `./gradlew jsWe...
# korge
a
Hi, I'm setting
targetJs()
, call
./gradlew jsWeb
, but gradle says
Task 'jsWeb' not found in root project...
. What could be the problem?
s
Now the task for publishing is Kotlin/JS standard one – jsBrowserProductionWebpack
I asked the same question a couple of days ago in Discord. The documentation mentioning jsWeb is outdated now
a
Thank you!
d
Yeah, we have to update the documentation. You can also call
runJs
analogously to
runJvm
that in the end call those Kotlin-provided tasks