Hello, I would like to ask if do you know of an example of jetpack navigation passing arguments between two nav graphs.
For example I did fragment1 action with a string to fragment2 and that works, but when I try to put fragment1 in navGraph 1 and fragment2 in navGraph 2 and include them in a main nav graph, I'm not managing to make the safe args plugin work.