Feature Proposal
Handle Combine usage such as assign(to published:) and internal @Published property observation.
Acceptance Criteria
- The conversion should convert to
assign(to:) to another supported call, and should handle fallbacks for @Published property observation such as either keeping those @published or adding CurrentValueSubject properties that are updated on didSet instead.