You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
You can, but you should add implementation and lintChecks both. Otherwise it will not work implementation project(':checks') lintChecks project(':checks')
android-custom-lint-rules/library/build.gradle
Line 20 in 4ff2f4d
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.
The text was updated successfully, but these errors were encountered: