You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way for these lint rules to respect these same settings? Removing @Immutable from types and adding the package to this file seems to cause the lint rules to produce false positives for those types.
The text was updated successfully, but these errors were encountered:
Not against it but not sure how to propagate this file to a lint without duplicating configurations. They also allow for sharing config files as resources (similar to R8).
Projects can setup a Compose Stability configuration file which define packages & classes that the compose compiler will mark as stable types:
https://developer.android.com/develop/ui/compose/performance/stability/fix#configuration-file
Is there any way for these lint rules to respect these same settings? Removing
@Immutable
from types and adding the package to this file seems to cause the lint rules to produce false positives for those types.The text was updated successfully, but these errors were encountered: