We have several dynamic feature modules. We want to easily build a debug version of our app with ADB and sideload. When we use ./gradlew app:assembleDebug our dynamic modules are not included in the apk. I know there is a way to do this through Android Studio:
But is there a way to use ADB to do this? Basically just say "include all the dynamic feature modules as if they were part of the base module".
I also know that each developer can assemble/build an apk for their test device with bundletool. But this multi step process slows down those of us who prefer CL gradle.
