0

For external libraries kotlin intellisense is not working. It is showing "Unresolved Reference" error.

I am trying to inject dependencies of Jackson jars to my Kotlin LSP. Can anyone suggest how we can achieve this? Sample Image

Anks404
  • 1
  • 1

1 Answers1

0

I resolved this issue using scripts, as described here https://github.com/fwcd/kotlin-language-server#figuring-out-the-dependencies

Anks404
  • 1
  • 1