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 0773550 commit 20d77e5Copy full SHA for 20d77e5
build-logic/build.gradle.kts
@@ -9,7 +9,7 @@ repositories {
9
10
dependencies {
11
implementation("org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.17.4")
12
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21")
13
14
testImplementation(platform("org.junit:junit-bom:5.10.3"))
15
testImplementation("org.junit.jupiter:junit-jupiter")
0 commit comments