Skip to content

Commit 45b5404

Browse files
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2
1 parent 0773550 commit 45b5404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation("org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.17.4")
12-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
12+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20")
1313

1414
testImplementation(platform("org.junit:junit-bom:5.10.3"))
1515
testImplementation("org.junit.jupiter:junit-jupiter")

0 commit comments

Comments
 (0)