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 c3067ea commit b88b37aCopy full SHA for b88b37a
buildSrc/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
8
9
dependencies {
10
// this hack prevents the following bug: https://github.com/gradle/gradle/issues/9770
11
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
12
13
implementation("org.cqfn.diktat:diktat-gradle-plugin:1.2.5")
14
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.15.0")
0 commit comments