-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Remove use of Butterknife #1178
Comments
Yeah, when we start moving |
Would you mind if I just started converting the files containing ButterKnife annotations over to Kotlin? |
Actually, just do all of it. |
When you say |
Not all of the project, just the files where we make use of ButterKnife. Also we should probably use the view caching, not sure if it's in experimental or not but either way it would be good. |
It seems to be turned on by default, similar to how Butterknife is.. |
This issue is kind of related to #1147. @Meisolsson stated:
This issue focuses on the broader idea that the Kotlin Android Extension should generate all the view bindings (instead of just for ViewHolders), ultimately making Butterknife redundant.
The two main benefits to doing this is:
@BindView
no longer needs to plague the codebase.The text was updated successfully, but these errors were encountered: