Did you check docs and existing issues?
Neovim version (nvim -v)
0.12.2
Operating system/version
Arch Linux 7.0.11
Describe the bug
When using a gradle multi-project, TreeSitter does not recognize packages within different subprojects.

Steps To Reproduce
- Load a gradle multi-project
- Enable
TreeSitter, LSP and other relevant plugins
- Run
:JavaBuildCleanWorkspace or similar to refresh
- Attempt to import java files between subprojects
Expected Behavior
For syntax highlighting to recognise packages imported between different subprojects.
Did you check docs and existing issues?
Neovim version (nvim -v)
0.12.2
Operating system/version
Arch Linux 7.0.11
Describe the bug
When using a gradle multi-project,

TreeSitterdoes not recognize packages within different subprojects.Steps To Reproduce
TreeSitter,LSPand other relevant plugins:JavaBuildCleanWorkspaceor similar to refreshExpected Behavior
For syntax highlighting to recognise packages imported between different subprojects.