Hello,
How can I get the LSP to auto refresh/sync when I've added new dependencies to my project?
Example:
- I add a new dependency in build.gradle
- I download it through Gradle
- I reference it in some file - LSP has not refreshed accordingly and marks it as non resolvable
- Project builds just fine with gradle build
:LspRestart does not seem to work either