A sample Android project demonstrating how to implement a shared ViewModel across nested navigation graphs using Jetpack Navigation Compose.
The project has 3 screens A,B,C .
Shared ViewModel is used in Screen A and Screen B whose data is passed to Screen C.
We can enter the data on screen B and it will be visible on screen A.



