**Summary:** In kotlin we have the option of using [Kotlin Android Extensions ViewBinding](https://kotlinlang.org/docs/tutorials/android-plugin.html#view-binding) I am in favour of their usage for their ease of use. The alternatives are: 1. Continue using butterknife 1. Use [ViewBinding](https://developer.android.com/topic/libraries/view-binding) for compile time safety