blob: 63a15caf471b5b7ee5b6395e1415c5a0f2c3a015 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.11.0-alpha10" type="baseline" client="gradle" dependencies="true" name="AGP (8.11.0-alpha10)" variant="all" version="8.11.0-alpha10">
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var selectedTabIndex by remember { mutableStateOf(0) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/tv/material3/samples/TabRowSamples.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var selectedTabIndex by remember { mutableStateOf(0) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/tv/material3/samples/TabRowSamples.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var selectedTabIndex by remember { mutableStateOf(0) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/tv/material3/samples/TabRowSamples.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var tabPanelIndex by remember { mutableStateOf(selectedTabIndex) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/tv/material3/samples/TabRowSamples.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var focusedTabIndex by remember { mutableStateOf(0) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/tv/material3/samples/TabRowSamples.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var activeTabIndex by remember { mutableStateOf(focusedTabIndex) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/tv/material3/samples/TabRowSamples.kt"/>
</issue>
</issues>