microsoft / rural-crowdsourcing-toolkit

This repository provides code for a crowdsourcing platform that is specifically designed to be inclusive of users from low-resource communities.
MIT License
14 stars 12 forks source link

Android Client: Migrate from Kotlin Synthetics to Jetpack ViewBinding #140

Closed thedroiddiv closed 2 years ago

thedroiddiv commented 2 years ago

Source: Build Warning 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.

Have created this issue just to track that it exists, after the codebase is migrated to Jetpack Compose this won't be required anymore.

thedroiddiv commented 2 years ago

This issue can be closed as https://github.com/microsoft/rural-crowdsourcing-toolkit-client/pull/5 has been merged.