While implementing google admob native ads, but the native template module doesnot perform this import : import com.google.errorprone.annotations.CanIgnoreReturnValue;
Add this dependency in your nativetemplate module gradle file implementation 'com.google.errorprone:error_prone_annotations:2.9.0'
This solved my issue.