Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created February 1, 2026 17:02
Show Gist options
  • Select an option

  • Save CostaFot/8fd30ef5d5c9bce3a79a6255c186d329 to your computer and use it in GitHub Desktop.

Select an option

Save CostaFot/8fd30ef5d5c9bce3a79a6255c186d329 to your computer and use it in GitHub Desktop.
interface RetainedViewModelEntryPoint<T : RetainedViewModel> {
fun create(): T
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment