Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created February 1, 2026 16:58
Show Gist options
  • Select an option

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

Select an option

Save CostaFot/a13bf58905dc9e975b6c227344607d91 to your computer and use it in GitHub Desktop.
class CustomRetainedViewModel @Inject constructor(
private val helloRepository: HelloRepository
) : RetainedViewModel() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment