Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msfjarvis/lint-bug-repro
Minimal reproducing example for Lint bug
https://github.com/msfjarvis/lint-bug-repro
Last synced: 12 days ago
JSON representation
Minimal reproducing example for Lint bug
- Host: GitHub
- URL: https://github.com/msfjarvis/lint-bug-repro
- Owner: msfjarvis
- Created: 2023-09-22T04:19:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T04:19:53.000Z (over 1 year ago)
- Last Synced: 2024-05-01T16:02:20.371Z (8 months ago)
- Language: Kotlin
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.