Skip to content

Instantly share code, notes, and snippets.

@arnaudgiuliani
Last active February 17, 2021 21:26
Show Gist options
  • Save arnaudgiuliani/2de9dd3f8fe7ed135b572088565ba240 to your computer and use it in GitHub Desktop.
Save arnaudgiuliani/2de9dd3f8fe7ed135b572088565ba240 to your computer and use it in GitHub Desktop.
module {
viewModel { MyViewModel() }
}
class MyActivity : AppCompatActivity() {
val myViewModel : MyViewModel by viewModel()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment