Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.