code4romania / mon-vot-android-kotlin

Android election monitoring app - a mobile app through which commissioned observers can easily report back to their respective NGOs throughout the election day
https://votemonitor.org
Mozilla Public License 2.0
7 stars 29 forks source link

Handle deprecation of android kotlin synthetic bindings #243

Open lukstbit opened 4 years ago

lukstbit commented 4 years ago

As announced in this blog post the synthetic view bindings will be deprecated and we should refactor the app to use the recommended way of accessing layout views through ViewBindings.

We also need to make sure the @Parcelize related code works with the new recommended plugin.