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

Provide reflection based artifact for compiler #706

Closed
ColtonIdle opened this issue Mar 12, 2019 · 2 comments
Closed

Provide reflection based artifact for compiler #706

ColtonIdle opened this issue Mar 12, 2019 · 2 comments

Comments

@ColtonIdle
Copy link

It looks like Jake Wharton is creating reflection artifacts to speed up IDE builds for butterknife and dagger. This would be great for Epoxy to implement and seems as it could greatly improve build times. After moving to https://github.com/JakeWharton/butterknife/tree/master/butterknife-reflect the team was noticing builds on average of 80-120 seconds faster.

@elihart
Copy link
Contributor

elihart commented Mar 12, 2019

This isn't possible - the generated Epoxy classes are referenced directly. Butterknife is referenced through non generated static methods, so it can change the implementation to reflection internally.

@elihart elihart closed this as completed Mar 12, 2019
@ColtonIdle
Copy link
Author

Hrm. That's disappointing as I was hopeful that this would be possible.

I guess it's full steam and support ahead for #423

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

2 participants