Play Framework @routes.Assets.at Compilation Error
问题 I'm using Play 2.4.0 and I've been trying to follow the tutorial from the main page: https://playframework.com/ which is for Play 2.3 and after solving a couple of issues regarding changes in the Ebean ORM from version 2.3 to 2.4, I'm stuck with the following error: Compilation error value at is not a member of controllers.ReverseAssets My index.scala.html : @(message: String) @main("Welcome to Play") { <script type='text/javascript' src="@routes.Assets.at("javascripts/index.js")"></script>