While implementing google admob native ads, "CanIgnoreReturnValue" issue

412 Views Asked by At

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

1

There are 1 best solutions below

0
Umang On BEST ANSWER

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

This solved my issue.