We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740cc4e commit be2f917Copy full SHA for be2f917
CHANGELOG.md
@@ -3,6 +3,12 @@ All notable changes to the language server will be documented in this file.
3
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
6
+## [1.3.0]
7
+- Bump to Kotlin 1.6
8
+- Support JDK 17
9
+- Add incremental indexing
10
+- Improve logged Gradle errors
11
+
12
## [1.2.0]
13
- Support for renaming
14
- Improved semantic highlighting for enum members
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=1.3.0
+projectVersion=1.4.0
2
kotlinVersion=1.6.10
exposedVersion=0.37.3
lsp4jVersion=0.12.0
0 commit comments