Skip to content

Commit

Permalink
Updating lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-insolia-cko committed Nov 6, 2024
1 parent f6fc57c commit 3d9810f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frames/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
id="ObsoleteLintCustomCheck"
message="Library lint checks reference invalid APIs; these checks **will be skipped**!

Lint found an issue registry (`androidx.compose.runtime.lint.RuntimeIssueRegistry`)
which contains some references to invalid API:
org.jetbrains.kotlin.analysis.api.session.KtAnalysisSessionProvider: org.jetbrains.kotlin.analysis.api.lifetime.KtLifetimeTokenFactory getTokenFactory()
(Referenced from androidx/compose/runtime/lint/AutoboxingStateCreationDetector.class)

Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`AutoboxingStateValueProperty`
`AutoboxingStateCreation`
`CoroutineCreationDuringComposition`
`FlowOperatorInvokedInComposition`
`ComposableLambdaParameterNaming`
`ComposableLambdaParameterPosition`
`ComposableNaming`
`StateFlowValueCalledInComposition`
`CompositionLocalNaming`
`MutableCollectionMutableState`
`ProduceStateDoesNotAssignValue`
`RememberReturnType`
`OpaqueUnitKey`
`UnrememberedMutableState`

To use this lint check, upgrade to a more recent version
of the library.">
<location
file="$GRADLE_USER_HOME/caches/transforms-3/ae5d74eeb272ce4ddfff8c905a31cef1/transformed/jetified-runtime-release/jars/lint.jar"/>
file="$GRADLE_USER_HOME/caches/transforms-3/dd1aee011c9cb698162c381c44df89d5/transformed/jetified-runtime-release/jars/lint.jar"/>
</issue>

<issue
id="ObsoleteLintCustomCheck"
message="Library lint checks reference invalid APIs; these checks **will be skipped**!&#xA;&#xA;Lint found an issue registry (`androidx.compose.ui.lint.UiIssueRegistry`)&#xA;which contains some references to invalid API:&#xA;org.jetbrains.kotlin.analysis.api.session.KtAnalysisSessionProvider: org.jetbrains.kotlin.analysis.api.lifetime.KtLifetimeTokenFactory getTokenFactory()&#xA;(Referenced from androidx/compose/ui/lint/ModifierDeclarationDetectorKt$ensureReceiverIsReferenced$1.class)&#xA;&#xA;Therefore, this lint check library is **not** included&#xA;in analysis. This affects the following lint checks:&#xA;`UnnecessaryComposedModifier`&#xA;`ModifierFactoryExtensionFunction`&#xA;`ModifierFactoryReturnType`&#xA;`ModifierFactoryUnreferencedReceiver`&#xA;`ModifierNodeInspectableProperties`&#xA;`ModifierParameter`&#xA;`MultipleAwaitPointerEventScopes`&#xA;`ReturnFromAwaitPointerEventScope`&#xA;`SuspiciousCompositionLocalModifierRead`&#xA;`SuspiciousModifierThen`&#xA;&#xA;To use this lint check, upgrade to a more recent version&#xA;of the library.">
<location
file="$GRADLE_USER_HOME/caches/transforms-3/c95409a1da562d3265614e8f6b84627a/transformed/jetified-ui-release/jars/lint.jar"/>
file="$GRADLE_USER_HOME/caches/transforms-3/f6691abc99b7e64388c2055ad0f78d7c/transformed/jetified-ui-release/jars/lint.jar"/>
</issue>

<issue
id="ObsoleteLintCustomCheck"
message="Library lint checks reference invalid APIs; these checks **will be skipped**!&#xA;&#xA;Lint found an issue registry (`androidx.lifecycle.lint.LiveDataCoreIssueRegistry`)&#xA;which contains some references to invalid API:&#xA;org.jetbrains.kotlin.analysis.api.session.KtAnalysisSessionProvider: org.jetbrains.kotlin.analysis.api.lifetime.KtLifetimeTokenFactory getTokenFactory()&#xA;(Referenced from androidx/lifecycle/lint/NonNullableMutableLiveDataDetector$createUastHandler$1.class)&#xA;&#xA;Therefore, this lint check library is **not** included&#xA;in analysis. This affects the following lint checks:&#xA;`NullSafeMutableLiveData`&#xA;&#xA;To use this lint check, upgrade to a more recent version&#xA;of the library.">
<location
file="$GRADLE_USER_HOME/caches/transforms-3/f0397206aa367cd74501d49c74c923f3/transformed/lifecycle-livedata-core-2.8.3/jars/lint.jar"/>
file="$GRADLE_USER_HOME/caches/transforms-3/1cb59b402490d1cdc80812645cb8ac35/transformed/lifecycle-livedata-core-2.8.3/jars/lint.jar"/>
</issue>

</issues>

0 comments on commit 3d9810f

Please sign in to comment.