I do not use barrels but some plain shared code that I use like following inside my monkey.jungle files:
srcBase = source;../../shared/src/core;../../shared/src/settings;../../shared/src/poly;../../shared/src/font;
The problem is, that if I run the app after making changes inside a shared folder, that app is not rebuild, instead the old build is used. I do use a VS Code workspace that includes that shared folder but this does not solve the issue.
Any ideas how I can solve that?
Currently I must call clean manually before starting the app which is cumbersome and I often forget to do it...