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
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Accidentally introducing unstable classes may silently introduce performance regressions in the Android compose library.
Proposed solution
It's possible to surface stability issues using the compose compiler reports. We could generate these reports in CI and simply check for any classes marked Unstable.
The text was updated successfully, but these errors were encountered:
Problem
Accidentally introducing unstable classes may silently introduce performance regressions in the Android compose library.
Proposed solution
It's possible to surface stability issues using the compose compiler reports. We could generate these reports in CI and simply check for any classes marked
Unstable
.The text was updated successfully, but these errors were encountered: