How to fix it When I try to add this extension id("kotlin-android-extensions") and execute the program the error occured this is the error ->enter image description here The 'kotlin-android-extensions' Gradle plugin is no longer supported. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
I want to add this extensions id("kotlin-android-extensions") to avoid the findViewById() write everytime. Kindly give me solution for this