I\'m trying to use Kotlin with Butterknife for my Android Application.
Here is my build.gradle
dependencies { ... compile \'com.jakewharton:b
You need to simply add ButterKnife.kt into your source tree from the following link: https://github.com/JakeWharton/kotterknife It worked for me.
ButterKnife.kt