-keep class androidx.annotation.Keep

# Prevent R8 from removing or renaming this top-level class or any of its static methods
-keep class **.OpalInboxKt {
    @androidx.compose.runtime.Composable *;
    public static *;
}