Skip to content

Instantly share code, notes, and snippets.

@svinouze
Last active December 27, 2021 12:55
Show Gist options
  • Save svinouze/e7cfa770fa245743ed27537aecc08210 to your computer and use it in GitHub Desktop.
Save svinouze/e7cfa770fa245743ed27537aecc08210 to your computer and use it in GitHub Desktop.
class MyActivity : AppCompatActivity() {
@Inject
lateinit var viewModelFactory: SavedStateViewModelFactory.Factory
private val viewModel: MyViewModel by viewModel(viewModelFactory)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment