| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 7.2.0-dev" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.0-dev)" variant="all" version="7.2.0-dev"> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" internal fun List<Value>.getPrevKey() = firstOrNull()?.let { getKey(it) }" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/paging/ItemKeyedDataSource.kt" |
| line="182" |
| column="30"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" internal fun List<Value>.getNextKey() = lastOrNull()?.let { getKey(it) }" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/paging/ItemKeyedDataSource.kt" |
| line="183" |
| column="30"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" internal val firstLoadedItem: T" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/paging/PagedStorage.kt" |
| line="35" |
| column="18"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" internal val lastLoadedItem: T" |
| errorLine2=" ~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/paging/PagedStorage.kt" |
| line="37" |
| column="18"/> |
| </issue> |
| |
| </issues> |