googlesamples / googlesamples/android-custom-lint-rules
lintChecks with AGP7
Open
- Dominant language
- Kotlin
- Stars
- 1k
- Forks
- 176
- PR merge metrics
- No merged PRs in 30d
Description
We are currently migrating to AGP 7 and noticed that our custom lint rules are not included in the lint checks.
We previously included them using `lintChecks project(":libraries:lint-rules")` and we only need them for local code check, so no publishing needed. Is there anything specific that needs to be changed to make it work with AGP 7?
Contributor guide
Assessment
This issue has not been assessed yet.