How to synchronize DeepLinks between navgraph.xml and my Kotlin DeepLink generator in Android?
In my Android project, I’m using a DeepLinkGenerator class to centralize all DeepLink URIs for navigating between fragments. The DeepLinks are also defined in navgraph.xml. My goal is to ensure that the DeepLinks in the DeepLinkGenerator class and the ones defined in navgraph.xml stay synchronized.