I setup and config a java language server using ":Lsp install" and lspconfig plugin, but I cannot jump to classes in my project,
I just open single file and for every packages, java language server gives me "package ... does not exist".
my project is a gradle project and it contains some sub projects with same 'build.gradle'.
do I need to specify classpath project by project?
Can anyone teach me how to use it?