| <?xml version="1.0" encoding="UTF-8"?> |
| <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"> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="field anchorLookup with type Map<Integer, Object>: replace with IntObjectMap" |
| errorLine1=" private val anchorLookup = mutableMapOf<Int, Any>()" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/compose/ui/inspection/util/AnchorMap.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="field idLookup with type Map<Object, Integer>: replace with ObjectIntMap" |
| errorLine1=" private val idLookup = mutableMapOf<Any, Int>()" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/compose/ui/inspection/util/AnchorMap.kt"/> |
| </issue> |
| |
| </issues> |