Hello,
I followed the Quick Tutorial and everything works somehow. I removed all these models and views but even after a ./gradlew clean
, they are still available in the application.
How can I completely remove these views/models? I run the application in dev mode using Idea run which should be the same as ./gradlew run
Thanks,