Fixed
Status Update
Comments
xa...@google.com <xa...@google.com>
cm...@google.com <cm...@google.com> #2
Thank you for reporting the issue. This should be fixed in: Android Studio JellyFish Canary 2
cm...@google.com <cm...@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 Jellyfish | 2023.3.1 Canary 1
- Android Gradle Plugin 8.4.0-alpha01
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
In AGP 7.0.3, there are the following methods on
Lint
:And, importantly,
fun textOutput(textOutput: String)
accepts the special value"stdout"
. In AGP 7.1.0-beta04, this is the only public function:Either the kdoc is misleading (how do I set the value
"stdout"
on aFile
instance?) or the API is accidentally missing aString
option. I assume thatLint
intends to continue supporting"stdout"
(or I hope so).