Skip to content

Instantly share code, notes, and snippets.

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