Keep in mind that the Android extensions does not currently support caching for views (unlike fragments and activities) . You should probably create view holder properties referencing them:
Copy code
private val nameEditText = itemView.nameEditText
...