79408438

Date: 2025-02-03 10:16:59
Score: 1
Natty:
Report link

add this code to ignore all errorprone.. add it in android/build.gradle inside allprojects

`configurations.all {
        exclude group: "com.google.errorprone", module: "error_prone_annotations"
    }`
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: George Mushi