Kotlin代码里面有使用到注解,那么需要加入这个插件 apply plugin: 'kotlin-kapt' implementation 'com.jakewharton:butterknife:10.1.0'kapt 'com.jakewharton:butterknife-compiler:10.1.0'