I am trying to use a delegate function with viewModels, but I’m encountering an issue when trying to import it.
@Composable
fun ImagePickerScreen() {
val viewModel : ImageViewModel by viewModels
}
I’ve attempted to import all dependencies, but the delegate function still isn’t importing.