15 lines
638 B
XML
15 lines
638 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.9.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.9.1)" variant="all" version="8.9.1">
|
|
|
|
<issue
|
|
id="AutoboxingStateCreation"
|
|
message="Prefer `mutableLongStateOf` instead of `mutableStateOf`"
|
|
errorLine1=" var lastClickTime: Long by remember { mutableStateOf(0) }"
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/java/mozilla/components/compose/base/modifier/Modifier.kt"
|
|
line="87"
|
|
column="43"/>
|
|
</issue>
|
|
|
|
</issues>
|