-
-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDEA 2024.2 changed to non-transitive module dependencies #3354
Milestone
Comments
lefou
changed the title
IDEA 2024.2 changed to non-transitiv module dependencies
IDEA 2024.2 changed to non-transitive module dependencies
Aug 8, 2024
lefou
added a commit
that referenced
this issue
Aug 8, 2024
Since IDEA 2024.2, module dependencies in the `.iml` files are no longer interpreted transitively. Therefore, we need to unroll all transitive module dependencies when generating the project files. Fix #3354
lefou
added a commit
that referenced
this issue
Aug 9, 2024
Since IDEA 2024.2, module dependencies in the `.iml` files are no longer interpreted transitively. Therefore, we need to unroll all transitive module dependencies when generating the project files. Fix #3354
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of just generating the direct module dependencies, we need to unroll the transitive module dependencies.
The text was updated successfully, but these errors were encountered: