j-roskopf / ComposeGuard

A Gradle plugin for detecting regressions in Jetpack Compose / Compose Multiplatform
MIT License
107 stars 1 forks source link

add support for assumeRuntimeStabilityAsUnstable #63

Closed j-roskopf closed 1 week ago

j-roskopf commented 1 week ago

Stability cannot be automatically inferred across module boundaries. With this option enabled,any properties marked as 'runtime' stability will be inferred to be unstable. If you can guarantee properties as stable across module boundaries, mark them as so.

addresses https://github.com/j-roskopf/ComposeGuard/issues/62