I have an IntelliJ project with several modules. Inside the project directory, I've created a folder with a Play Framework application in it, and I would like to add this as a module to the existing project. If I just go to project structure and import module, none of the dependencies are imported. How do I fix this?
Edit: Sorry, I should have said that I have run play idea to get the IntelliJ files. If I open the folder as a project, it works. If I try to import it into an existing project as a module, it doesn't add all the dependencies to the Libraries section, and I get red everywhere.