1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.6.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-beta01)" variant="all" version="8.6.0-beta01">
3
4    <issue
5        id="RestrictedApiAndroidX"
6        message="PathParser.createPathFromPathData can only be called from within the same library (androidx.core:core)"
7        errorLine1="                    PathInterpolator(PathParser.createPathFromPathData(pathData)).toEasing()"
8        errorLine2="                                                ~~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="src/androidMain/kotlin/androidx/compose/animation/graphics/vector/compat/XmlAnimatorParser.android.kt"/>
11    </issue>
12
13    <issue
14        id="PrimitiveInCollection"
15        message="field builtinInterpolators with type HashMap&lt;Integer, Easing>: replace with IntObjectMap"
16        errorLine1="private val builtinInterpolators ="
17        errorLine2="^">
18        <location
19            file="src/androidMain/kotlin/androidx/compose/animation/graphics/res/AnimatorResources.android.kt"/>
20    </issue>
21
22</issues>
23