A Groceries Store app with basic order flow. 🍕 Help you learn modern Android development skills in real production environment. ❤️
231
stars
59
forks
source link
Kotlin-android-extensions Gradle plugin is deprecated #184
Open
Devendra34 opened 1 year ago
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.