Abecedary currently publishes an annotation artifact and a lint artifact. In a way, the annotation artifact is wasteful.
It's possible to use options in lint rules (https://googlesamples.github.io/android-custom-lint-rules/api-guide.html#options/readingoptions).
So we could allow the user to forgo using the annotation artifact and use an annotation declared in their own codebase
Abecedary currently publishes an annotation artifact and a lint artifact. In a way, the annotation artifact is wasteful.
It's possible to use options in lint rules (https://googlesamples.github.io/android-custom-lint-rules/api-guide.html#options/readingoptions).
So we could allow the user to forgo using the annotation artifact and use an annotation declared in their own codebase