We are restructuring our app, so we basically transformed our application modules into dynamic-feature. Now we have all our code on our dynamic-feature and the application modules is like a wrapper in order to run the dynamic-feature.
The problem we are facing is that we cannot have a dynamic-feature Activity as default launcher activity. Is there any workaround we can do in order to be able to run the app with the default launcher activity?