Shows errors with Gradle dependencies using Neovim's native LSP
It doesn't seem to be able to find the Gradle dependencies although I listed them in .vscode/settings.json, the same project works on VSCode. Seems strange to me, is it using VSCode-only functionalities to parse the settings.json?
Same problem! Maven works without problems.
@Gaarco it's a weird hack, but you can create a pom.xml file using the gradle maven-publish plugin. The setup is easy. then simply copy the generated file to your root. just tested..works. (i've not beeing able to make it work with a multi-module setup though...)
Can confirm, I tried just generating a pom.xml and using that, but that did not work. So I generated the list of external deps manually, and it still didn't work.
Did anyone manage to solve this?