Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 386 Bytes

0013-use-view-binding-to-bind-view-and-state.md

File metadata and controls

13 lines (7 loc) · 386 Bytes

Gradle Rules

  • Status: accepted
  • Date: 2022-02-23

Context and Problem Statement

DataBinding has a significant negative impact on build times due to the annotation processor it uses.

Decision

In the context of view and state binding, facing the concern of increased build times; we decided to use viewBinding and neglected dataBinding to achieve shortened build times