diff --git a/Sources/SchafKit/Common/PropertyWrappers/EquatablePublished.swift b/Sources/SchafKit/Common/PropertyWrappers/EquatablePublished.swift index 74eeb5e..eeb7f3b 100644 --- a/Sources/SchafKit/Common/PropertyWrappers/EquatablePublished.swift +++ b/Sources/SchafKit/Common/PropertyWrappers/EquatablePublished.swift @@ -64,4 +64,6 @@ public struct EquatablePublished { } } } + +extension EquatablePublished: Codable where Value: Codable {} #endif