Android: Kotlin with Butterknife

前端 未结 10 989
鱼传尺愫
鱼传尺愫 2020-12-24 04:55

I\'m trying to use Kotlin with Butterknife for my Android Application.

Here is my build.gradle

dependencies {
    ...
    compile \'com.jakewharton:b         


        
10条回答
  •  [愿得一人]
    2020-12-24 05:47

    You need to simply add ButterKnife.kt into your source tree from the following link:
    https://github.com/JakeWharton/kotterknife
    It worked for me.

提交回复
热议问题