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

@SNNafi

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/

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