1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.8.0-alpha01" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0-alpha01)" variant="all" version="8.8.0-alpha01">
3
4    <issue
5        id="PrimitiveInCollection"
6        message="field anchorLookup with type Map&lt;Integer, Object>: replace with IntObjectMap"
7        errorLine1="    private val anchorLookup = mutableMapOf&lt;Int, Any>()"
8        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="src/main/java/androidx/compose/ui/inspection/util/AnchorMap.kt"/>
11    </issue>
12
13    <issue
14        id="PrimitiveInCollection"
15        message="field idLookup with type Map&lt;Object, Integer>: replace with ObjectIntMap"
16        errorLine1="    private val idLookup = mutableMapOf&lt;Any, Int>()"
17        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18        <location
19            file="src/main/java/androidx/compose/ui/inspection/util/AnchorMap.kt"/>
20    </issue>
21
22</issues>
23