修改versionCode后导致:Could not get unknown property 'packageForR' for task

删除项目中butterKnife的plugin:
修改versionCode后导致:Could not get unknown property 'packageForR' for task

把注解框架改为最新版本

implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

解决问题