blob: e5a339650f43a38543cb356a68aa67f1688929fd [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.2.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0-beta01)" variant="all" version="8.2.0-beta01">
<issue
id="PrimitiveInCollection"
message="variable sizedShapes with type Map&lt;Size, Sequence&lt;? extends Cubic>>: replace with LongObjectMap"
errorLine1=" val sizedShapes = remember(polygon) { mutableMapOf&lt;Size, Sequence&lt;Cubic>>() }"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/graphics/shapes/testcompose/MainActivity.kt"/>
</issue>
<issue
id="PrimitiveInLambda"
message="Use a functional interface instead of lambda syntax for lambdas with primitive values in variable &apos;clickFn&apos; with type Function1&lt;? super Integer, ? extends Unit>."
errorLine1=" val clickFn: (Int) -> Unit = remember {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/graphics/shapes/testcompose/MainActivity.kt"/>
</issue>
</issues>