Status Update
Comments
sg...@google.com <sg...@google.com> #2
Thank you for the report. Can you give some more context on your project. Is this an Android project built with Android Studio/Android Gradle Plugin?
ch...@opera.com <ch...@opera.com> #3
Yes, it's an Android project build with Android Gradle Plugin(version 8.7.2)
ch...@opera.com <ch...@opera.com> #4
The compiler dump file has been uploaded, please check
Description
After enabling desugaring, a class that implemented ConcurrentMap was desugared to implement both java.util.concurrent.ConcurrentMap and j$.util.concurrent.ConcurrentMap, but this j$.util.concurrent.ConcurrentMap is not declared anywhere that can be found, looks like desugaring did not generate the file somehow. Please check the source file and the desugared implementation, thanks!
AGP version: 8.7.2