I am migrating from Eclipse. In my eclipse workspace I can have open all projects that are interdependent.
I'm trying to include multiple modules in IDEA. Each time I use JetGradle to select my build.gradle file all other modules disappear.
I can import all necessary modules wihtout using gradle. They don't resolve the dependencies.
I have:
2 git projects
both use gradle to build and manage dependencies
I'd like:
1 IDEA project view to see all related projects and have each of those able to independently resolve their own depdencies as well as independent builds.
I cannot seem to find the right combination of importing/creating to accomplish it.
I accomplished this before we moved to gradle (using ant/ivy).
How do I accomplish this?