hieuwu / android-groceries-store

A Groceries Store app with basic order flow. 🍕 Help you learn modern Android development skills in real production environment. ❤️
https://hieuwu.github.io/android-groceries-store/
MIT License
231 stars 59 forks source link

Kotlin-android-extensions Gradle plugin is deprecated #184

Open Devendra34 opened 1 year ago

Devendra34 commented 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.

Kardelio commented 1 year ago

looks like this was merged and sorted in #186 right? or?