googlesamples / googlesamples/android-custom-lint-rules
Library module implementation check module may be unnecessary
Open
- Dominant language
- Kotlin
- Stars
- 1k
- Forks
- 176
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/googlesamples/android-custom-lint-rules/blob/4ff2f4d91773fb56c136b2b0b581cc4c0e39e72e/library/build.gradle#L20
If we add this implementation line, it will add a dependency of checks module after we publish to maven, but it is unnecessary because the aar will contain lint.jar.
Contributor guide
Assessment
This issue has not been assessed yet.