migrate away from butterknife
Unfortunately Butterknife has become deprecated. We should use view binding instead https://developer.android.com/topic/libraries/view-binding (or the good old plain boilerplate findViewById approach).
Unfortunately Butterknife has become deprecated. We should use view binding instead https://developer.android.com/topic/libraries/view-binding (or the good old plain boilerplate findViewById approach).