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

I removed depricated plugin #186

Closed yopilot closed 1 year ago

yopilot commented 1 year ago
  plugins {
      kotlin("android.extensions")
  }

and used google recommendedandroid { ... buildFeatures { viewBinding = true } }

refer this https://developer.android.com/topic/libraries/view-binding/migration#kts

yopilot commented 1 year ago

184 solved but please assign me any hacktoberfest issue I am working on #175

hieuwu commented 1 year ago

The linked isssue for this one is marked with hacktoberfest tag. This pr is also accepted. #175 is completed by another one so this is still accepted