美文网首页
Kotlin使用ButterKnife

Kotlin使用ButterKnife

作者: 晓晓桑 | 来源:发表于2019-08-08 15:39 被阅读0次

注意:

implementation "com.jakewharton:butterknife-compiler:10.1.0"
implementation rootProject.ext.dependencies["butterknife"]

改成:

kapt "com.jakewharton:butterknife-compiler:10.1.0"
implementation rootProject.ext.dependencies["butterknife"]

kotlin支持java
友情提示:用kotlin开发就不用butterknife啦,kotlin更方便

相关文章

网友评论

      本文标题:Kotlin使用ButterKnife

      本文链接:https://www.haomeiwen.com/subject/ncvxjctx.html