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.