Skip to content

Instantly share code, notes, and snippets.

@selalipop
Created September 7, 2021 06:11
Show Gist options
  • Save selalipop/02267935812547f9796fc71f2bf35cbb to your computer and use it in GitHub Desktop.
Save selalipop/02267935812547f9796fc71f2bf35cbb to your computer and use it in GitHub Desktop.
val screens = Screen::class.sealedSubclasses.mapNotNull { it.objectInstance }.sorted { it.order }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment