Kotlin Android Extensions: Say goodbye to findViewById (KAD 04) Warning! Kotlin Android Extensions are deprecated, you should start using View Binding. If you’ve been developing Android Apps for some time, you’re probably already tired of working with findViewById in your day-to-day life to recover views. Or maybe you gave up and started using the famous Butterknife library. If that’s your case, t
