I\'ve started using Android Architecture Components (Navigation and Safe Args, View Models) along with Koin library.
Currently, I\'ve got a problem with passing argu
You can try this solution
and navigation fragment
NavHostFragment.findNavController(this).navigate(BFragmentDirections.returnToAWithArguments(text))
ianhanniballake`s comment has helped me solve a similar problem