Search code examples
admobnative-ads

While implementing google admob native ads, "CanIgnoreReturnValue" issue


While implementing google admob native ads, but the native template module doesnot perform this import : import com.google.errorprone.annotations.CanIgnoreReturnValue;


Solution

  • Add this dependency in your nativetemplate module gradle file implementation 'com.google.errorprone:error_prone_annotations:2.9.0'

    This solved my issue.