So the problem was with this line
myViewModel: myViewModel=viewModel()
where myViewModel is ViewModel with dependencies and I am trying to set default value of viewModel in composable function parameters.
I removed all of them and now it started working again, why this was the problem?