My play project is massive and the routes file is approx 1Mb. Now, when scala compiles, I have the exception \"Method code too large\" because of the routing and the reverse
If your file name is technical.routes, while including the file, mention technical.Routes (caps).
The parameter after -> is the url prefix, so to access any url of technical.routes file, you need to add the prefix.
http://127.0.01/technical/{defined url in technical.routes file}