Releases: fwcd/kotlin-language-server
Releases · fwcd/kotlin-language-server
Version 1.3.12
- Make code generation for Java interop opt-in (#585)
Version 1.3.11
- Fix crash when a Maven repository is missing (#584)
Version 1.3.10
- Update LSP4J to 0.21.2 - Increase maximum length in class path cache (#532) - Fix some bugs
Version 1.3.9
- Improve source file exclusion logic
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!
Version 1.3.7
- Fix definition lookup for external sources - Fix binding context query for other definition lookups
Version 1.3.6
- Update to Gradle 8.3 and Kotlin 1.9.10
Version 1.3.5
- Fix push trigger in Docker CI workflow
Version 1.3.4
- Cache dependencies - Modernize the Docker image
Version 1.3.3
- Minor bug fixes