1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.11.0-alpha03" type="baseline" client="gradle" dependencies="true" name="AGP (8.11.0-alpha03)" variant="all" version="8.11.0-alpha03">
3
4    <issue
5        id="MultipleAwaitPointerEventScopes"
6        message="Suspicious use of multiple awaitPointerEventScope blocks. Using multiple awaitPointerEventScope blocks may cause some input events to be dropped."
7        errorLine1="                        awaitPointerEventScope {"
8        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="src/main/java/androidx/compose/animation/core/samples/AnimatableSamples.kt"/>
11    </issue>
12
13    <issue
14        id="ReturnFromAwaitPointerEventScope"
15        message="Returning from awaitPointerEventScope may cause some input events to be dropped"
16        errorLine1="                    val offset = awaitPointerEventScope { awaitFirstDown().position }"
17        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~~">
18        <location
19            file="src/main/java/androidx/compose/animation/core/samples/AnimatableSamples.kt"/>
20    </issue>
21
22    <issue
23        id="ReturnFromAwaitPointerEventScope"
24        message="Returning from awaitPointerEventScope may cause some input events to be dropped"
25        errorLine1="                        val pointerId = awaitPointerEventScope { awaitFirstDown().id }"
26        errorLine2="                                        ~~~~~~~~~~~~~~~~~~~~~~">
27        <location
28            file="src/main/java/androidx/compose/animation/core/samples/AnimatableSamples.kt"/>
29    </issue>
30
31    <issue
32        id="AutoboxingStateCreation"
33        message="Prefer `mutableFloatStateOf` instead of `mutableStateOf`"
34        errorLine1="        val alpha = remember { mutableStateOf(1f) }"
35        errorLine2="                               ~~~~~~~~~~~~~~">
36        <location
37            file="src/main/java/androidx/compose/animation/core/samples/SuspendAnimationSamples.kt"/>
38    </issue>
39
40    <issue
41        id="UseOfNonLambdaOffsetOverload"
42        message="State backed values should use the lambda overload of Modifier.offset"
43        errorLine1="    Box(Modifier.offset(x = offsetX)) {"
44        errorLine2="                 ~~~~~~">
45        <location
46            file="src/main/java/androidx/compose/animation/core/samples/InfiniteTransitionSamples.kt"/>
47    </issue>
48
49</issues>
50