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?
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?