| <?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=" fun setCoroutineScope(coroutineScope: CoroutineScope) = this.apply {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/paging/LivePagedListBuilder.kt" |
| line="216" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" fun setInitialLoadKey(key: Key?) = this.apply {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/paging/LivePagedListBuilder.kt" |
| line="229" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" fun setBoundaryCallback(" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/paging/LivePagedListBuilder.kt" |
| line="253" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" fun setFetchExecutor(fetchExecutor: Executor) = this.apply {" |
| errorLine2=" ~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/paging/LivePagedListBuilder.kt" |
| line="272" |
| column="9"/> |
| </issue> |
| |
| </issues> |