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 7c906d4 commit 09ab270Copy full SHA for 09ab270
buildSrc/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
implementation("de.thetaphi:forbiddenapis:3.9")
15
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.13")
16
implementation("org.gradle:test-retry-gradle-plugin:1.6.2")
17
- val kotlinVersion = "2.0.21"
+ val kotlinVersion = "2.2.20"
18
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
19
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion")
20
implementation(libs.detekt)
0 commit comments