| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.7.0-alpha02" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.0-alpha02)" variant="all" version="8.7.0-alpha02"> |
| |
| <issue |
| id="NewApi" |
| message="This Kotlin extension function will be hidden by `java.util.SequencedCollection` starting in API 35" |
| errorLine1=" @OptIn(ExperimentalStdlibApi::class) repeat(result.size) { _hints.removeFirst() }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonTest/kotlin/androidx/paging/PagingDataPresenterTest.kt"/> |
| </issue> |
| |
| <issue |
| id="NewApi" |
| message="This Kotlin extension function will be hidden by `java.util.SequencedCollection` starting in API 35" |
| errorLine1=" @OptIn(ExperimentalStdlibApi::class) repeat(result.size) { _hints.removeFirst() }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonTest/kotlin/androidx/paging/PagingDataPresenterTest.kt"/> |
| </issue> |
| |
| <issue |
| id="NewApi" |
| message="This Kotlin extension function will be hidden by `java.util.SequencedCollection` starting in API 35" |
| errorLine1=" repeat(data.size) { removeFirst() }" |
| errorLine2=" ~~~~~~~~~~~~~"> |
| <location |
| file="src/commonTest/kotlin/androidx/paging/TestUtils.kt"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(1000)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/commonJvmAndroidTest/kotlin/androidx/paging/PagedListTest.kt"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" @Suppress("BlockingMethodInNonBlockingContext") Thread.sleep(100)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/commonJvmAndroidTest/kotlin/androidx/paging/SingleRunnerTest.kt"/> |
| </issue> |
| |
| </issues> |