I am migrating an application from KVision 4.7.1 t...
# kvision
l
I am migrating an application from KVision 4.7.1 to 5.1.0. I can build and run it when I use the legacy compiler. But if I switch to ir I get
A problem occurred configuring root project 'tkview'.
Task with name 'browserProductionWebpack' not found in root project 'tkview'.
during build. I think it is related to jcenter() - but how do I solve it?
r
do you have
binaries.executable()
in your build file?
l
No. And when I add it it build correctly 🙂. Thanks.