Status Update
Comments
sp...@google.com <sp...@google.com> #2
Lint only runs on this project, not its dependencies because we set checkDependencies = false
This is WAI after checkDependencies = false
is not WAI.
ag...@google.com <ag...@google.com>
sp...@google.com <sp...@google.com>
sp...@google.com <sp...@google.com> #3
This has been fixed with
Cherry-picking to the AGP 8.2 branch is currently blocked, so leaving this bug open until I'm able to cherry-pick the fix.
pr...@google.com <pr...@google.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.2.0-alpha07
androidx.compose.material3:material3-android:1.2.0-alpha07
androidx.compose.ui:ui:1.6.0-alpha05
androidx.compose.ui:ui-android:1.6.0-alpha05
androidx.lifecycle:lifecycle-livedata-ktx:2.7.0-alpha02
androidx.wear.compose:compose-material3:1.0.0-alpha11
na...@google.com <na...@google.com> #6
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.paging:paging-compose:3.3.0-alpha01
na...@google.com <na...@google.com> #7
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.navigation:navigation-compose:2.8.0-alpha01
Description
DESCRIBE THE ISSUE IN DETAIL:
Unexpected issues from another project flagged by Android Lint
STEPS TO REPRODUCE:
./gradlew :paging:paging-compose:integration-tests:paging-demos:lintDebug:paging:paging-compose:integration-tests:paging-demos:lintDebug
Expected
Lint only runs on this project, not its dependencies because we set
checkDependencies = false
Actual
Lint runs on all of the project dependencies
compare 8.1.0 scan vs 8.2.0-alpha14 scan