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 c6aaf4a commit 532331fCopy full SHA for 532331f
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-kotlinVersion = "2.0.0"
+kotlinVersion = "2.1.0"
3
lsp4jVersion = "0.21.2"
4
exposedVersion = "0.37.3"
5
jmhVersion = "1.20"
settings.gradle.kts
@@ -3,6 +3,9 @@ pluginManagement {
gradlePluginPortal()
maven("https://cache-redirector.jetbrains.com/kotlin.bintray.com/kotlin-plugin")
}
6
+ plugins {
7
+ kotlin("jvm") version "2.1.0" apply false
8
+ }
9
10
11
rootProject.name = "kotlin-language-server"
0 commit comments