https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
s

Sean Proctor

10/12/2022, 9:15 PM
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?
7 Views