Fixed
Status Update
Comments
ga...@google.com <ga...@google.com> #2
Adding "api 'com.android.support:multidex:1.0.2'" to the application module fixes the issue. But adding "implementation 'com.android.support:multidex:1.0.2'" doesn't.
Description
Using the default choice of dexer (d8), I see the following noise in the default logger output:
> Task :app:transformClassesWithDexBuilderForDebug
D8 is used to build dex.
> Task :app:transformDexArchiveWithDexMergerForDebug
D8 is used to merge dex.
Please remove.