Skip to content

Instantly share code, notes, and snippets.

@manhduy
Last active November 21, 2021 05:00
Show Gist options
  • Save manhduy/959bd5310f501e58e872734c43a5310e to your computer and use it in GitHub Desktop.
Save manhduy/959bd5310f501e58e872734c43a5310e to your computer and use it in GitHub Desktop.
@HiltViewModel
class CalculatorViewModel @Inject constructor(
private val calculator: Calculator
) : ViewModel() {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment