I had a spelling error in the conf/routes file that caused the wrong class names to be created in the Play Framework. Reconstructing a project and even launching Invalidate Caches does not solve the problem in IntelliJ.
Wrong class files were regenerated when I manually ran play clean from the command line.
Is there a Build Clean equivalent for Play Framework projects in IntelliJ?
source share