Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 12, 2022 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/ec681835809626fd9b2a75f6597ec6e8 to your computer and use it in GitHub Desktop.
Save skydoves/ec681835809626fd9b2a75f6597ec6e8 to your computer and use it in GitHub Desktop.
inherently_stable_class
stable class InherentlyStableClass {
stable val text: String
<runtime stability> = Stable
}
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun StableComposable(
stable stableClass: InherentlyStableClass
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment