1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="6" by="lint 8.8.0-alpha06" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0-alpha06)" variant="all" version="8.8.0-alpha06"> 3 4 <issue 5 id="WearStandaloneAppFlag" 6 message="Missing `<meta-data android:name="com.google.android.wearable.standalone" ../>` element" 7 errorLine1=" <application" 8 errorLine2=" ~~~~~~~~~~~"> 9 <location 10 file="src/main/AndroidManifest.xml"/> 11 </issue> 12 13 <issue 14 id="PrimitiveInCollection" 15 message="field map with type Map<Integer, FocusableElementsTimePicker>: replace with IntObjectMap" 16 errorLine1=" private val map = FocusableElementsTimePicker.values().associateBy { it.index }" 17 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 18 <location 19 file="src/main/java/androidx/wear/compose/integration/demos/PickerDemo.kt"/> 20 </issue> 21 22 <issue 23 id="PrimitiveInCollection" 24 message="field map with type Map<Integer, FocusableElement12Hour>: replace with IntObjectMap" 25 errorLine1=" private val map = FocusableElement12Hour.values().associateBy { it.index }" 26 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 27 <location 28 file="src/main/java/androidx/wear/compose/integration/demos/PickerDemo.kt"/> 29 </issue> 30 31 <issue 32 id="PrimitiveInCollection" 33 message="field map with type Map<Integer, FocusableElementDatePicker>: replace with IntObjectMap" 34 errorLine1=" private val map = FocusableElementDatePicker.values().associateBy { it.index }" 35 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 36 <location 37 file="src/main/java/androidx/wear/compose/integration/demos/PickerDemo.kt"/> 38 </issue> 39 40 <issue 41 id="PrimitiveInCollection" 42 message="variable alignmentValues with type List<? extends PositionIndicatorAlignment>: replace with IntList" 43 errorLine1=" val alignmentValues =" 44 errorLine2=" ^"> 45 <location 46 file="src/main/java/androidx/wear/compose/integration/demos/PositionIndicatorDemos.kt"/> 47 </issue> 48 49 <issue 50 id="PrimitiveInCollection" 51 message="variable colors with type List<? extends Color>: replace with LongList" 52 errorLine1=" val colors = listOf(Color.Blue, Color.Red, Color.Green, Color.Cyan, Color.Magenta)" 53 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 54 <location 55 file="src/main/java/androidx/wear/compose/integration/demos/SwipeToDismissDemo.kt"/> 56 </issue> 57 58 <issue 59 id="PrimitiveInCollection" 60 message="variable items with type SnapshotStateList<Integer>: replace with IntList" 61 errorLine1=" val items = remember { mutableStateListOf(1, 2) }" 62 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 63 <location 64 file="src/main/java/androidx/wear/compose/integration/demos/SwipeToDismissDemo.kt"/> 65 </issue> 66 67 <issue 68 id="UseOfNonLambdaOffsetOverload" 69 message="State backed values should use the lambda overload of Modifier.offset" 70 errorLine1=" .offset(" 71 errorLine2=" ~~~~~~"> 72 <location 73 file="src/main/java/androidx/wear/compose/integration/demos/PickerDemo.kt"/> 74 </issue> 75 76</issues> 77