Do Android dynamic feature modules have an isolated classpath, or do they share a classpath with the rest of the application? My companies app has grown large enough that we have multiple teams owning separate features. We're currently considering breaking up our application into feature modules that can be shipped and updated separately.
It seems like in order to be able to ship a feature separately and safely, it would need to have a separate classpaths so that any changes to dependencies didn't cause classpath conflicts.