Status Update
Comments
je...@google.com <je...@google.com>
al...@google.com <al...@google.com>
xa...@google.com <xa...@google.com> #2
Can we get an update on this? This is blocking building RC...
al...@google.com <al...@google.com> #3
I'm working on this. Because it's a lot of tests that need to have (intermediate) paths updated it's takes some tome. Will need a day or two more.
al...@google.com <al...@google.com> #4
Update: there is an issue with lint that uses mix of creationConfig.artifacts.get(type) and creationConfig.artifacts.getOutputPath(type). Talked with Chris briefly about the problem. Now switching to static folder approach (artifacts.getOutputPath(type)) for UNIT_TEST_LINT_MODEL, ANDROID_TEST_LINT_MODEL, TEST_FIXTURES_LINT_MODEL:
al...@google.com <al...@google.com> #5
CL is in review
al...@google.com <al...@google.com>
an...@google.com <an...@google.com> #6
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 Iguana | 2023.2.1 Canary 9
- Android Gradle Plugin 8.3.0-alpha09
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!
da...@gmail.com <da...@gmail.com> #7
This caused an issue for me:
(not sure if this has to be solved in Dagger)
Description
This repro's with AGP
8.1.*
and8.3 alpha06
at least.Applying a transform on the
ASSETS
artifact withwill give the following locations:
The Input being inside the output is broken.
We should also double check all other potential artifacts.