Skip to content

Commit 532331f

Browse files
committed
chore: update kt
1 parent c6aaf4a commit 532331f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlinVersion = "2.0.0"
2+
kotlinVersion = "2.1.0"
33
lsp4jVersion = "0.21.2"
44
exposedVersion = "0.37.3"
55
jmhVersion = "1.20"

settings.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pluginManagement {
33
gradlePluginPortal()
44
maven("https://cache-redirector.jetbrains.com/kotlin.bintray.com/kotlin-plugin")
55
}
6+
plugins {
7+
kotlin("jvm") version "2.1.0" apply false
8+
}
69
}
710

811
rootProject.name = "kotlin-language-server"

0 commit comments

Comments
 (0)