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" }`