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

Add support for finding parent bindings in classpath #1545

Merged
merged 1 commit into from
Sep 4, 2019

Conversation

gavra0
Copy link
Contributor

@gavra0 gavra0 commented Aug 28, 2019

This commit expands search for parent bindings by examining all
superclasses of types processed in the current round. Bindings found
in the classpath will not be generated, but information they contain
will be used when generating bindings for the current round of processing.

Test: ClasspathParentBindTest

Closes #808. Closes #1466.

This commit expands search for parent bindings by examining all
superclasses of types processed in the current round. Bindings found
in the classpath will not be generated, but information they contain
will be used when generating bindings for the current round of processing.

Test: ClasspathParentBindTest
@JakeWharton JakeWharton merged commit 6d618c3 into JakeWharton:master Sep 4, 2019
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.

Generated ViewBinding doesn't extend from library module ViewBinding
2 participants