開源地址:https://github.com/JakeWharton/butterknifeandroid
插件地址: https://github.com/avast/android-butterknife-zeleznygit
相關介紹:http://jakewharton.github.io/butterknife/github
1.1.1 安裝插件框架
1.1.2 添加依賴插件
implementation 'com.jakewharton:butterknife:9.0.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0'