Fixed
Status Update
Comments
ga...@google.com <ga...@google.com> #2
I'd like to fix the formatting but I can't edit my issue.
sa...@google.com <sa...@google.com> #3
Our team is also running into this because we use kotlin reflection to set up mock data for previews.
Can you suggest any workaround that we can apply locally to make layout lib include kotlin reflect until it is officially fixed? We are obviously including it as a build dependency but the layout lib preview doesn't pick it up for some reason.
na...@google.com <na...@google.com> #4
I do not see this issue in Electric Eel Beta 4, but I do see it in Flamingo Canary 6.
Description
Caused by: com.android.builder.multidex.D8MainDexList$MainDexListException: Error while merging dex archives: at com.android.builder.multidex.D8MainDexList.getExceptionToRethrow(D8MainDexList.java:113) at com.android.builder.multidex.D8MainDexList.generate(D8MainDexList.java:101) at com.android.build.gradle.internal.tasks.D8MainDexListTask$MainDexListRunnable.run(D8MainDexListTask.kt:130) at com.android.build.gradle.internal.tasks.Workers$ActionFacade.run(Workers.kt:242) at org.gradle.workers.internal.AdapterWorkAction.execute(AdapterWorkAction.java:57) ... ... Caused by: java.nio.file.NoSuchFileException: /ssd/ssd2/androidx-master-dev/out/androidx/paging/samples/build/intermediates/javac/debugAndroidTest/classes at com.android.builder.multidex.D8MainDexList.generate(D8MainDexList.java:83) ... 26 more