Replies: 1 comment
-
It seems like the server doesn't pick up the target version from gradle properties. The error says to add a Based on #128, I seem to have this fixed in Helix by specifying [language-server.kotlin-language-server]
config = {kotlin.compiler.jvm.target = 21} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting this message on my neovim (default lazyvim with lotlin extra):
I've installed kotin 2.0.0 and gradle 8.8.
My current gradle file is:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions