microsoft / rural-crowdsourcing-toolkit-client

This repository provides client code for crowdsourcing platform (https://github.com/microsoft/rural-crowdsourcing-toolkit) that is specifically designed to be inclusive of users from low-resource communities.
MIT License
4 stars 1 forks source link

Migrate from Kotlin Synthetics to Jetpack ViewBinding #4

Closed thedroiddiv closed 2 years ago

thedroiddiv commented 2 years ago

COPY OF: https://github.com/microsoft/rural-crowdsourcing-toolkit/issues/140

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 #5 has been merged.