I got this error when I add : `browser()` inside t...
# javascript
a
I got this error when I add :
browser()
inside the
js(IR){}
+ when I remove
browser()
and try to run the app I got this error
Task 'jsBrowserDevelopmentRun' not found in project ':webApp'
s
Do you have
clean
task in your project? Check root
build.gradle
❤️ 1
I think your first error is related to that
❤️ 1
a
yes I have a clean task
s
yeah so remove it and then your first screenshot error should be fixed
1
a
Thank you so much The first error fixed
❤️ 1
👍🏽 1
The second error fixed after adding
binaries.executable()
Thank you so much I really appreciate your help
❤️ 1
👍🏽 1