How is the compilation order of multiple modules decided? #3190
mozhuanzuojing
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I observe the logs after the
Java: Clean Java Language Server Workspace operation, and moduleAand moduleBcompile before the public moduleC. ThenAandBcompile with some temporary errors, and after compilingC,AandBare recompiled to eliminate these errors. Finally, the whole project compiles correctly.In the end,
AandBend up compiling repeatedly, wasting some time.Beta Was this translation helpful? Give feedback.
All reactions