| Louis Pullen-Freilich | edde6e8 | 2023-06-13 18:43:30 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <issues format="6" by="lint 8.1.0-beta02" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.0-beta02)" variant="all" version="8.1.0-beta02"> |
| 3 | |
| 4 | <issue |
| 5 | id="PrimitiveInLambda" |
| 6 | message="Use a functional interface instead of lambda syntax for lambdas with primitive values in return type Function1<Integer, Object> of 'itemKey'." |
| 7 | errorLine1="): (index: Int) -> Any {" |
| 8 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 9 | <location |
| 10 | file="src/main/java/androidx/paging/compose/LazyFoundationExtensions.kt"/> |
| 11 | </issue> |
| 12 | |
| 13 | <issue |
| 14 | id="PrimitiveInLambda" |
| 15 | message="Use a functional interface instead of lambda syntax for lambdas with primitive values in return type Function1<Integer, Object> of 'itemContentType'." |
| 16 | errorLine1="): (index: Int) -> Any? {" |
| 17 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| 18 | <location |
| 19 | file="src/main/java/androidx/paging/compose/LazyFoundationExtensions.kt"/> |
| 20 | </issue> |
| 21 | |
| 22 | </issues> |