1<?xml version="1.0" encoding="UTF-8"?>
2<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">
3
4    <issue
5        id="NewApi"
6        message="This Kotlin extension function will be hidden by `java.util.SequencedCollection` starting in API 35"
7        errorLine1="            @OptIn(ExperimentalStdlibApi::class) repeat(result.size) { _hints.removeFirst() }"
8        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="src/commonTest/kotlin/androidx/paging/PagingDataPresenterTest.kt"/>
11    </issue>
12
13    <issue
14        id="NewApi"
15        message="This Kotlin extension function will be hidden by `java.util.SequencedCollection` starting in API 35"
16        errorLine1="            @OptIn(ExperimentalStdlibApi::class) repeat(result.size) { _hints.removeFirst() }"
17        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~">
18        <location
19            file="src/commonTest/kotlin/androidx/paging/PagingDataPresenterTest.kt"/>
20    </issue>
21
22    <issue
23        id="NewApi"
24        message="This Kotlin extension function will be hidden by `java.util.SequencedCollection` starting in API 35"
25        errorLine1="    repeat(data.size) { removeFirst() }"
26        errorLine2="                        ~~~~~~~~~~~~~">
27        <location
28            file="src/commonTest/kotlin/androidx/paging/TestUtils.kt"/>
29    </issue>
30
31    <issue
32        id="BanThreadSleep"
33        message="Uses Thread.sleep()"
34        errorLine1="                Thread.sleep(1000)"
35        errorLine2="                       ~~~~~">
36        <location
37            file="src/commonJvmAndroidTest/kotlin/androidx/paging/PagedListTest.kt"/>
38    </issue>
39
40    <issue
41        id="BanThreadSleep"
42        message="Uses Thread.sleep()"
43        errorLine1="                    @Suppress(&quot;BlockingMethodInNonBlockingContext&quot;) Thread.sleep(100)"
44        errorLine2="                                                                           ~~~~~">
45        <location
46            file="src/commonJvmAndroidTest/kotlin/androidx/paging/SingleRunnerTest.kt"/>
47    </issue>
48
49</issues>
50