Can anyone give some advice on using proguard? It seems to break sealed interfaces. I'm getting an error: ClassA cannot implement sealed interface InterfaceB. ClassA implements InterfaceA.
Sean Proctor
10/12/2022, 9:17 PM
As I was typing that, I realized that both InterfaceA and InterfaceB and proguard must be combining them. Is there a way to tell it to keep sealed interfaces?