I have a module open in the Project view but it's not in the Gradle view. When I try to import the module into the Gradle view I get "The project is already registered." How do I get the module into the Gradle view?
Asked
Active
Viewed 75 times
1
-
Is it a multi module project? If no, you could remove all IDE related data (.idea folder amd .iml file) and import project from build.gradle again. – y.bedrov Feb 01 '19 at 08:53
-
It is a multi module project – Carver Feb 01 '19 at 22:06