fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.58k stars 202 forks source link

Neovim + Android + Mason: Unresolved references for certain android dependencies #558

Open nadim365 opened 5 months ago

nadim365 commented 5 months ago

Just recently started working with neovim as my IDE, and wanted to try my hand at using it for Android Development as well

My current neovim config:

While working on an example project to test drive the config I run into the issue that in most cases some imports would come up in the completion window and prompt for import but for others it wouldn't: In this case the imports do show up :

In this case for this composable it doesn't show up:

this is the logs:

lsp.log

Not really sure why it's happening, any help would be appreciated. Thank you !