configurations.all { exclude group: 'com.google.errorprone', module: 'error_prone_annotations' }
Adding this in build.gradle solved my problem.
build.gradle
I am using Flutter.