mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Ignore lint false positive
This commit is contained in:
parent
e5cc6ceba7
commit
9d7f092016
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue