Skip to content

Add a line in app gradle for butterknife for new version and change Bind to BindView in java code for butterknife #11

Description

@SNNafi

Change for app gradle

implementation 'com.jakewharton:butterknife:8.7.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0' // updated code

Change for Java Code

@BindView(R.id.recycler_view)
protected RecyclerView mRecyclerView;

@BindView(R.id.toolbar)
protected Toolbar mToolbar;

For more information
http://jakewharton.github.io/butterknife/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions