Kotlin代码里面有使用到注解,那么需要加入这个插件

    1. apply plugin: 'kotlin-kapt'
    1. implementation 'com.jakewharton:butterknife:10.1.0'
    2. kapt 'com.jakewharton:butterknife-compiler:10.1.0'