blob: 6ad5a4a47197e6a9d65692a55b73f2857ed169a7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.0-beta02" client="gradle" variant="debug" version="4.2.0-beta02">
<issue
id="UnknownIssueId"
message="Unknown issue id &quot;ComposableLambdaParameterNaming&quot;">
<location
file="build.gradle"/>
</issue>
<issue
id="UnknownIssueId"
message="Unknown issue id &quot;ComposableLambdaParameterPosition&quot;">
<location
file="build.gradle"/>
</issue>
<issue
id="UnknownIssueId"
message="Unknown issue id &quot;ComposableNaming&quot;">
<location
file="build.gradle"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 29, the call containing class androidx.compose.ui.graphics.AndroidPaint_androidKt is not annotated with @RequiresApi(x) where x is at least 29. Either annotate the containing class with at least @RequiresApi(29) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(29)."
errorLine1=" this.blendMode = mode.toAndroidBlendMode()"
errorLine2=" ~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidPaint.android.kt"
line="134"
column="14"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 29, the call containing class androidx.compose.ui.graphics.CanvasUtils is not annotated with @RequiresApi(x) where x is at least 29. Either annotate the containing class with at least @RequiresApi(29) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(29)."
errorLine1=" canvas.enableZ()"
errorLine2=" ~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/CanvasUtils.android.kt"
line="39"
column="24"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 29, the call containing class androidx.compose.ui.graphics.CanvasUtils is not annotated with @RequiresApi(x) where x is at least 29. Either annotate the containing class with at least @RequiresApi(29) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(29)."
errorLine1=" canvas.disableZ()"
errorLine2=" ~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/CanvasUtils.android.kt"
line="41"
column="24"/>
</issue>
</issues>