Created
February 29, 2024 12:42
-
-
Save tfcporciuncula/0466f51d63a5ecb1456fa724f0699c3e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val viewModel = hiltViewModel<MyViewModel, MyViewModel.Factory>( | |
creationCallback = { factory -> factory.create(runtimeArg = "abc") } | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment