Files
openide/java/idea-ui
Nikolay Chashnikov 7c1df0f6cc [project settings] 'extract module from package' action: clean up dependencies of main module (IDEA-268316)
After a package is moved to a separate module, some dependencies of the main module may become redundant, so the action will clean them up. If some transitive dependencies exported by removed dependencies are used in the code, they'll be added as direct dependencies instead.

GitOrigin-RevId: 8a2db079e79bc1f2076d65c7b364f44f3e685656
2021-05-14 12:14:27 +00:00
..