Alexander Lebeshev
Alexander Lebeshev
**Describe the bug** When building app with ``` isMinifyEnabled = true proguardFiles("proguard-android-optimize.txt", "proguard-rules.pro") ``` and ``` dependencies { implementation("com.microsoft.identity.client:msal:4.0.0") } ``` R8 produces following warnings: ``` Missing class edu.umd.cs.findbugs.annotations.NonNull (referenced...
#### Use case We use [compose destinations](https://github.com/raamcosta/compose-destinations) library for navigation. With this library you annotate screen level composables with `@Destination` and do not invoke your screen level composables manually. So...