Skip to content

Tags: fwcd/kotlin-language-server

Tags

1.3.13

Version 1.3.13

- Bump Kotlin to 2.1.0

1.3.12

Version 1.3.12

- Make code generation for Java interop opt-in (#585)

1.3.11

Version 1.3.11

- Fix crash when a Maven repository is missing (#584)

1.3.10

Version 1.3.10

- Update LSP4J to 0.21.2
- Increase maximum length in class path cache (#532)
- Fix some bugs

1.3.9

Version 1.3.9

- Improve source file exclusion logic

1.3.8

Version 1.3.8

- 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!

1.3.7

Version 1.3.7

- Fix definition lookup for external sources
- Fix binding context query for other definition lookups

1.3.6

Version 1.3.6

- Update to Gradle 8.3 and Kotlin 1.9.10

1.3.5

Version 1.3.5

- Fix push trigger in Docker CI workflow

1.3.4

Version 1.3.4

- Cache dependencies
- Modernize the Docker image