Assigned
Status Update
Comments
na...@gmail.com <na...@gmail.com> #2
having the same issue
Room version > 2.7.0-alpha08
agp = "8.2.2"
kotlin = "2.0.20"
ksp-plugin = "2.0.20-1.0.24"
also Reverting to Room version 2.7.0-alpha07 solves the issue.
Room version > 2.7.0-alpha08
agp = "8.2.2"
kotlin = "2.0.20"
ksp-plugin = "2.0.20-1.0.24"
also Reverting to Room version 2.7.0-alpha07 solves the issue.
Description
Detected these failing tasks: [':browser:browser:runErrorProne']
> Task :browser:browser:runErrorProne FAILED
$SUPPORT/browser/browser/src/main/java/androidx/browser/customtabs/CustomTabsClient.java:406: error: [NullAway] passing @Nullable parameter 'extras' where @NonNull is required
callback.onActivityResized(height, width, extras);
(see
1 error
```
showed up as part of nullaway upgrade