Okay, it works now. Your fix from the morning seem...
# tornadofx
d
Okay, it works now. Your fix from the morning seem to have fixed it. From then intellij idea did not correctly update the dependencies (the tornadofx snapshot) and I only have had the broken project under macOS and Windows. Now I used ./gradlew build --refresh-dependencies in the console and started with run and the project worked again. The trap was however that starting it in IDEA did not fix the project and executing gradle task “./gradlew build --refresh-dependencies” under intellij did not fix it either. The solution was to right click the gradle project in idea and execute refresh dependencies. Now it also works in IDEA. So my advice when working with the snapshot with gradle in idea. Refresh the dependencies when you know that the snapshot updates. It does not seem to work automatically.