We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b430e commit 33365e4Copy full SHA for 33365e4
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
kotlin("multiplatform") version kotlinVersion apply false
7
kotlin("js") version kotlinVersion apply false
8
9
- id("io.gitlab.arturbosch.detekt") version "1.15.0"
+ id("io.gitlab.arturbosch.detekt") version "1.16.0"
10
id("maven-publish")
11
}
12
0 commit comments