matrix-org / matrix-rich-text-editor

Matrix Rich Text Editor
https://matrix-org.github.io/matrix-rich-text-editor/
Apache License 2.0
92 stars 23 forks source link

Add CI check for Compose stability issues #888

Open jonnyandrew opened 10 months ago

jonnyandrew commented 10 months ago

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.