google / google/ground-android
[Code health] Remove Data Binding usage
Open
type: code health
- Dominant language
- Kotlin
- Stars
- 293
- Forks
- 149
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 42
Description
Data Binding is in [maintenance mode](https://issuetracker.google.com/issues/173030256#comment10) and it still relies on kapt which prevents this plugin from being completely removed from the project.
The current usages of data binding can either be removed by migrating UI components to Jetpack Compose or just by using view binding instead for most cases.
Contributor guide
Assessment
This issue has not been assessed yet.