Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 12, 2022 01:12
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/30475e41531eb4687bccf4dc1b2ed88b to your computer and use it in GitHub Desktop.
Save skydoves/30475e41531eb4687bccf4dc1b2ed88b to your computer and use it in GitHub Desktop.
unstable_class_report
unstable class InherentlyUnstableClass {
stable
var text: String
<runtime stability> = Unstable
}
restartable scheme("[androidx.compose.ui.UiComposable]") fun UnstableComposable(
unstable unstableClass: InherentlyUnstableClass
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment