Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
com.android.tools.lint version 31.1.0 and newer.
In the part of my composable files are Lint warnings Using a material import while also using the material3 library
(look report at Lint report with warnings UsingMaterialAndMaterial3Libraries.png).
I want suppress this warning.
Steps to reproduce
Actual
Observe Unknown Lint Issue Id errors (look at Unknown Lint Issue Id error in report.png).
Expected
No warnings Using a material import while also using the material3 library and no errors Unknown Lint Issue Id.
Workaround
When I suppress issue in a specific file:
or in the build.gradle:
everything is working correctly (look at report: Report without warnings and errors.png).
But this workaround is inconvenient.
Please fix this bug.