mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
11 lines
1.4 KiB
XML
11 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.3.0-rc02" type="baseline" client="gradle" dependencies="true" name="AGP (8.3.0-rc02)" variant="all" version="8.3.0-rc02">
|
|
|
|
<issue
|
|
id="ObsoleteLintCustomCheck"
|
|
message="Library lint checks reference invalid APIs; these checks **will be skipped**!

Lint found an issue registry (`androidx.compose.ui.lint.UiIssueRegistry`)
which contains some references to invalid API:
com.android.tools.lint.detector.api.UastLintUtilsKt: boolean isIncorrectImplicitReturnInLambda(org.jetbrains.uast.UElement)
(Referenced from androidx/compose/ui/lint/ReturnFromAwaitPointerEventScopeDetector.class)

Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`UnnecessaryComposedModifier`
`ModifierFactoryExtensionFunction`
`ModifierFactoryReturnType`
`ModifierFactoryUnreferencedReceiver`
`ModifierNodeInspectableProperties`
`ModifierParameter`
`MultipleAwaitPointerEventScopes`
`ReturnFromAwaitPointerEventScope`
`SuspiciousCompositionLocalModifierRead`
`SuspiciousModifierThen`

To use this lint check, upgrade to a more recent version
of the library.">
|
|
<location
|
|
file="../../../.gradle/caches/transforms-4/5597572e60f903af6673942780c1acb6/transformed/ui-release/jars/lint.jar"/>
|
|
</issue>
|
|
|
|
</issues>
|