Infeasible
Status Update
Comments
ga...@google.com <ga...@google.com> #2
This looks like a regression from AGP 3.4 to AGP 3.5. Ian, can you have a first look?
ga...@google.com <ga...@google.com> #3
Thank you very much for the reproduction project! It does indeed reproduce the issue locally. The issue appears to be the compiler failing to rewrite the invocation to a public static interface method to target the companion class created while desugaring interface methods. I'll follow up in this issue thread once more information is available and a fix is found.
Description
Using the attached project, and running
gw :app:mergeExtDexDebugAndroidTest
fails with:Possible root cause is that
project(":core-common")
is replacingandroidx.arch.core:core-common:2.0.0
.