Hello! Does Stable annotation apply also on subclasses/subinterfaces? Or I need to annotate each sub...
p
Hello! Does Stable annotation apply also on subclasses/subinterfaces? Or I need to annotate each subclass manually?
s
The Accompanist devs seem to at least annotate subclasses, too. • PermissionState.kt (interface)MutablePermissionState.kt (impl)