My project runs fine, but when using IntelliJ, it can't resolve the methods of the reverse router. i.e. routes.ref.Account.account(1000L)
the "account" method is highlighted in red and it says "cannot resolve method...". Hitting command+B I see that the reverse router gets generated so I can understand how IntelliJ might get confused, but how can I get rid of the red error reporting, it's distracting...