Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
STEPS TO REPRODUCE:
@Suppress("GradleDependency", "GradleDynamicVersion")
line inbuild.gradle.kts
gradlew lint
DESCRIBE THE ISSUE IN DETAIL:
Expected: no issues
Actual: GradleDependency false positive. The same notation is perfectly fine above and below that line. The only unique thing about it is the
@aar
qualifier.Studio Build: irrelevant
Version of Gradle Plugin: AGP 7.3.1
Version of Gradle: 7.6 or 8.0 RC1
Version of Java: mixed
OS: Windows 10