Add assert inverse to ktor2 muzzle configuration (#11948)
This commit is contained in:
parent
9c93163a9c
commit
a453bc6d48
|
@ -10,6 +10,7 @@ muzzle {
|
|||
group.set("org.jetbrains.kotlinx")
|
||||
module.set("ktor-server-core")
|
||||
versions.set("[2.0.0,)")
|
||||
assertInverse.set(true)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue