Status Update
Comments
hm...@google.com <hm...@google.com>
hm...@google.com <hm...@google.com> #2
Looks like outputFile is defined as a String in CommonBuiltArtifact (coming from external library) where everything is inherited from. Changing the type from String to File or Path will not be a trivial change. Jerome, what do you think?
I think the best we can do is expose a new property of type File or Path which consumers can use directly, instead of using outputFile of type String
je...@google.com <je...@google.com> #3
Change-Id: I0d2a3be2ace264dc691ac47b1b4c782b8aceb83a
an...@google.com <an...@google.com> #4
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 Meerkat | 2024.3.1 Canary 7
- Android Gradle Plugin 8.9.0-alpha07
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
Initial task when issue was requested: b/174678813
Code Snippet:
it.outputFile is just String. I would expect File there.