I started developing a simple tool on my laptop and wanted to move the project to my PC. Because i use version control I first simply cloned the repo, after that did not wor
It's a known issue when the build is delegated to Gradle.
The workaround is to disable the build delegation and switch compilation to IntelliJ IDEA:
Another option is to configure Gradle to build the forms, see this answer.