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.
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?