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 cb249f7 commit bae35b6Copy full SHA for bae35b6
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.10"
18
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
19
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion")
20
implementation(libs.detekt)
0 commit comments