Skip to content

Releases: fwcd/kotlin-language-server

Version 1.3.12

29 Jul 00:07
3c0de00
Compare
Choose a tag to compare
- Make code generation for Java interop opt-in (#585)

Version 1.3.11

28 Jul 23:06
42c4a12
Compare
Choose a tag to compare
- Fix crash when a Maven repository is missing (#584)

Version 1.3.10

28 Jul 22:10
bdba774
Compare
Choose a tag to compare
- Update LSP4J to 0.21.2
- Increase maximum length in class path cache (#532)
- Fix some bugs

Version 1.3.9

15 Jan 02:32
8d0fc49
Compare
Choose a tag to compare
- Improve source file exclusion logic

Version 1.3.8

14 Jan 23:48
e5a0fe3
Compare
Choose a tag to compare
- Add optional inlay hints (#498)
- Provide infix function completions (#521)
- Support Gradle 8.5 and Kotlin 1.9.20 (#537)
- Make .kts and .gradle.kts language features opt-in (#536)
Thanks to @ElamC, @themkat, @chenrui333, @calamont, @ks-korovina and @daplf for
your contributions!

Version 1.3.7

04 Oct 21:59
c1d0101
Compare
Choose a tag to compare
- Fix definition lookup for external sources
- Fix binding context query for other definition lookups

Version 1.3.6

03 Oct 16:08
aaf5e88
Compare
Choose a tag to compare
- Update to Gradle 8.3 and Kotlin 1.9.10

Version 1.3.5

11 Sep 19:11
Compare
Choose a tag to compare
- Fix push trigger in Docker CI workflow

Version 1.3.4

11 Sep 19:01
Compare
Choose a tag to compare
- Cache dependencies
- Modernize the Docker image

Version 1.3.3

13 Apr 23:40
Compare
Choose a tag to compare
- Minor bug fixes