android-groceries-store
android-groceries-store copied to clipboard
Kotlin-android-extensions Gradle plugin is deprecated
Describe the bug The 'kotlin-android-extensions' Gradle plugin is deprecated. 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.
To Reproduce Build the project and observe build logs
Expected behavior Remove deprecated 'kotlin-android-extensions' plugin and migrate to recommended approach.
looks like this was merged and sorted in #186 right? or?