Multiple gradle modules results in repeat modules in project view
I have a project that has multiple Gradle modules, some of which are nested. This has resulted in the same module appearing multiple times in the project view. The underneath the modules list of which I care very little, is a clever tree that lists by directory. The tree at the bottom works perfectly and highlights Gradle modules correctly as well as providing all neccesary options in the context menu.
If I create a new file, suddenly a random instance of the module will expand in the tab with the new file in place, and the area of the tree I was in will be collapsed.
I'd like to completely hide/remove the Gradle modules from the 'Project' tab. Is this possible? The built-in remove feature removes the module from the project completely, which is not what I want. I want the duplicate UI nonsense to be gone, not the module.

Please sign in to leave a comment.
Please report at https://youtrack.jetbrains.com/issues/IDEA and attach a small sample project to reproduce this issue. Thank you.