I\'m trying to use Kotlin with Butterknife for my Android Application.
Here is my build.gradle
dependencies { ... compile \'com.jakewharton:b
you can import all synthetic properties for the free/res/layout/activity_main.xml layout by adding this import:
import kotlinx.android.synthetic.main.activity_main.*
Now you can access all views by using there id's no need to initiate findbyid