Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library module implementation check module may be unnecessary #66

Open
glorinli opened this issue Jan 12, 2022 · 1 comment
Open

Library module implementation check module may be unnecessary #66

glorinli opened this issue Jan 12, 2022 · 1 comment

Comments

@glorinli
Copy link

implementation project(':checks')

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.

@emirhansoylu
Copy link

You can, but you should add implementation and lintChecks both. Otherwise it will not work
implementation project(':checks')
lintChecks project(':checks')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@glorinli @emirhansoylu and others