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

Ensure android-kotlin sandwich targets are treated as android modules during lint analysis #153

Closed

Conversation

arunkumar9t2
Copy link
Contributor

For a case like this

flowchart LR
    A("A(android_binary)") --> B("B(android_library) (kotlin)")
Loading

B was wrongly treated as a non android target during lint analysis in A.

Short-term fix using name to detect the sandwich target, long-term need to rework lint_sources to hold this information.

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

Successfully merging this pull request may close these issues.

4 participants