Fixed
Status Update
Comments
jg...@google.com <jg...@google.com>
je...@google.com <je...@google.com>
al...@google.com <al...@google.com> #2
We have special TomlErrorParser that does parsing of errors and can navigate to proper line. However we need the whole exception to create an anchor. Could you provide one?
al...@google.com <al...@google.com>
al...@google.com <al...@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 Koala Feature Drop | 2024.1.2 Canary 6
- Android Gradle Plugin 8.6.0-alpha06
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
If gradle (sync) results in
*.versions.toml
file errors, the line number should be links that take you to the corresponding lines in the toml file.This should also work for toml files that are not named
libs.versions.toml
, e.g.myCorpStuff.versions.toml
Notice there are 2 line numbers in each error message, both should be linkified:
Example: