This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
for this update add butterknife library in
/build.gradle
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-SNAPSHOT'
app/build.gradle
implementation 'com.jakewharton:butterknife:9.0.0-SNAPSHOT'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-SNAPSHOT'