* What went wrong:
Execution failed for task ':santa-tracker:checkDebugLibraries'.
> [:cityquiz, :dasherdancer] all package the same library [:dasherdancer].
Multiple APKs packaging the same library can cause runtime errors.
Placing each of the above libraries in its own dynamic feature and adding that
feature as a dependency of modules requiring it will resolve this issue.
Libraries that are always used together can be combined into a single feature
module to be imported by their dependents. If a library is required by all
feature modules it can be added to the base module instead.
Description
To reproduce, run:
Running:
will fail with