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 517f26e commit da73c99Copy full SHA for da73c99
buildSrc/build.gradle.kts
@@ -6,9 +6,9 @@ plugins {
6
}
7
8
dependencies {
9
- implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.20"))
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21"))
10
11
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
12
implementation("org.jetbrains.kotlin:kotlin-serialization:2.0.20")
13
14
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7")
0 commit comments