Add assert inverse to ktor2 muzzle configuration (#11948)

This commit is contained in:
Lauri Tulmin 2024-08-14 09:58:23 +03:00 committed by GitHub
parent 9c93163a9c
commit a453bc6d48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ muzzle {
group.set("org.jetbrains.kotlinx")
module.set("ktor-server-core")
versions.set("[2.0.0,)")
assertInverse.set(true)
}
}