kevin.cianfarini
02/10/2023, 10:16 PMViewModel
for compose likely hinges on the interaction of the hilt library, ViewModel
, and compose navigation. They're so closely intertwined that some use cases are nice to use with that. If you try to do anything out of the norm (see: assisted injection) you get nothing but painColton Idle
02/13/2023, 4:24 AMkevin.cianfarini
02/13/2023, 4:38 AMColton Idle
02/13/2023, 1:31 PMkevin.cianfarini
02/13/2023, 1:44 PM@AssistedInject
does not work for classes annotated with @HiltViewModel
currently and fails with a compiler error.Colton Idle
02/13/2023, 3:53 PM