Misc renames

This commit is contained in:
2025-07-06 19:24:46 +10:00
parent 55acbc76b3
commit 1953c00f17
2 changed files with 6 additions and 4 deletions

View File

@ -22,7 +22,7 @@ extension ApkVersionSpecification {
}
internal extension ApkVersionSpecification {
@inlinable var conflict: Bool {
@inlinable var isConflict: Bool {
switch self {
case .any(invert: true), .constraint(invert: true, _, _):
return true