1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.6.0-alpha03" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha03)" variant="all" version="8.6.0-alpha03">
3
4    <issue
5        id="AutoboxingStateCreation"
6        message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
7        errorLine1="    val selectedIndex = remember { mutableStateOf(0) }"
8        errorLine2="                                   ~~~~~~~~~~~~~~">
9        <location
10            file="src/main/java/androidx/tv/integration/playground/NavigationDrawer.kt"/>
11    </issue>
12
13    <issue
14        id="AutoboxingStateCreation"
15        message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
16        errorLine1="        mutableStateOf(Navigation.values().indexOf(initialSelectedTab))"
17        errorLine2="        ~~~~~~~~~~~~~~">
18        <location
19            file="src/main/java/androidx/tv/integration/playground/TopNavigation.kt"/>
20    </issue>
21
22    <issue
23        id="PrimitiveInCollection"
24        message="variable backgrounds with type List&lt;? extends Color>: replace with LongList"
25        errorLine1="    val backgrounds ="
26        errorLine2="    ^">
27        <location
28            file="src/main/java/androidx/tv/integration/playground/FeaturedCarousel.kt"/>
29    </issue>
30
31    <issue
32        id="PrimitiveInCollection"
33        message="variable colors with type List&lt;? extends Color>: replace with LongList"
34        errorLine1="    val colors = listOf(Color.Red, Color.Magenta, Color.Green, Color.Yellow, Color.Blue, Color.Cyan)"
35        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
36        <location
37            file="src/main/java/androidx/tv/integration/playground/LazyRowsAndColumns.kt"/>
38    </issue>
39
40    <issue
41        id="PrimitiveInCollection"
42        message="variable backgroundColors with type List&lt;? extends Color>: replace with LongList"
43        errorLine1="    val backgroundColors = List(columnsCount) { colors.random() }"
44        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
45        <location
46            file="src/main/java/androidx/tv/integration/playground/LazyRowsAndColumns.kt"/>
47    </issue>
48
49</issues>
50