When I try to use the @Injected property wrapper inside a class marked with @Observable macro which is part of the Swift Observation framework, I get the compile time error listed in the screenshot:
however, when I remove the @Observable macro and use the regular ObservableObject protocol adoption there is no error reported.
I'm using Resolver version 1.5.1