https://kotlinlang.org logo
#korge
Title
a

Alexey Chuprin

12/01/2020, 9:07 AM
Hi, I'm setting
targetJs()
, call
./gradlew jsWeb
, but gradle says
Task 'jsWeb' not found in root project...
. What could be the problem?
s

SerVB

12/01/2020, 2:15 PM
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

Alexey Chuprin

12/01/2020, 2:35 PM
Thank you!
d

Deactivated User

12/01/2020, 6:20 PM
Yeah, we have to update the documentation. You can also call
runJs
analogously to
runJvm
that in the end call those Kotlin-provided tasks