Siebe Datema
Results
1
comments of
Siebe Datema
@NagendraHariKarthick I was facing the same issue, and found a possible solution: https://siebedatema.medium.com/dynamic-feature-navigation-with-deep-links-on-android-7d04b6fda10b The important part is using this extention function: ``` fun Intent.convertToSafeDynamicFeatureModuleIntent(context: Context) { //Get list of all...