Skip to content

Commit 45f85bb

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update kotlinplugin to v2.2.0
1 parent e5b0936 commit 45f85bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

buildSrc/src/main/kotlin/stan-kotlin-conventions.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ tasks.named<KotlinCompile>("compileKotlin") {
117117
allWarningsAsErrors = true
118118
jvmTarget = maxKotlinJvmTarget
119119
optIn = optInRequirements
120+
121+
// Work-around for https://youtrack.jetbrains.com/issue/KT-78352.
122+
freeCompilerArgs.add("-Xwarning-level=IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE:disabled")
120123
}
121124
}
122125

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
composePlugin = "1.8.2"
33
detektPlugin = "1.23.8"
44
graalvmPlugin = "0.10.6"
5-
kotlinPlugin = "2.1.21"
5+
kotlinPlugin = "2.2.0"
66
versionsPlugin = "0.52.0"
77

88
bouncyCastle = "1.81"

0 commit comments

Comments
 (0)