Ignore lint false positive

This commit is contained in:
Benoit Marty 2021-05-18 21:23:50 +02:00
parent e5cc6ceba7
commit 9d7f092016
1 changed files with 4 additions and 0 deletions

View File

@ -75,4 +75,8 @@
<issue id="all">
<ignore path="**/generated/resolved/**/resolved.xml" />
</issue>
<!-- Bug in lint agp 4.1 incorrectly thinks kotlin forEach is using java 8 API's. -->
<!-- FIXME this workaround should be removed in a near future -->
<issue id="NewApi" severity="warning" />
</lint>