Screen component handler not working

When creating a new Blank Screen, add a Button and handler. The handler is not getting invoked. I assume this is an issue with my IntelliJ/Jmix project not binding correctly. What do I need to do reset/clean my Jmix project?

To re-import the project into the IDE, open the Gradle tool window and click “Reload All Gradle Projects” button in its toolbar.

But your button handler is linked to the button at runtime, so try also ./gradlew clean and restart the app.

If the problem persists, attach your screen’s XML and Java code here.