Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
di...@google.com <di...@google.com>
an...@google.com <an...@google.com> #3
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 Canary 2
- Android Gradle Plugin 8.8.0-alpha02
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
Relates to this issue on cashapp/paparazzi:https://github.com/cashapp/paparazzi/issues/622
In particular, this comment:https://github.com/cashapp/paparazzi/issues/622#issuecomment-1551872561
Doing a naive search across layoutlib sources for hamcrest shows nothing:
Doing a naive search across layoutlib sources for junit (which pulls in hamcrest as a transitive dependency) shows references in test sources (to be expected):
Is it possible that layoutlib is accidentally bundling its test dependencies in the binary?