| <?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=" val node = stack.removeLastKt()" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/compose/ui/inspection/ComposeLayoutInspector.kt"/> |
| </issue> |
| |
| <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> |