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.
해결방법
gradle(:app)에서
plugins { . . id 'kotlin-android-extensions' }
코드를
plugins { . . id 'kotlin-parcelize' }
로 바꾸기