Minimal reproducing example for Lint bug
Go to file
Harsh Shandilya 4a2ec7dd9c Initial commit 2023-09-22 09:43:14 +05:30
.idea Initial commit 2023-09-22 09:43:14 +05:30
app Initial commit 2023-09-22 09:43:14 +05:30
gradle Initial commit 2023-09-22 09:43:14 +05:30
.gitignore Initial commit 2023-09-22 09:43:14 +05:30
README.md Initial commit 2023-09-22 09:43:14 +05:30
build.gradle.kts Initial commit 2023-09-22 09:43:14 +05:30
gradle.properties Initial commit 2023-09-22 09:43:14 +05:30
gradlew Initial commit 2023-09-22 09:43:14 +05:30
gradlew.bat Initial commit 2023-09-22 09:43:14 +05:30
settings.gradle.kts Initial commit 2023-09-22 09:43:14 +05:30

README.md

Reproducer for a Lint bug in AGP 8.3.0-alpha05 that flags instance variables of types that have a @RequiresApi annotation with the NewApi Lint but does not allow to silence the it by adding @RequiresApi on the field.