Fixed
Status Update
Comments
ma...@gmail.com <ma...@gmail.com> #2
This is with Android Plugin 3.6.0-beta05
vi...@google.com <vi...@google.com> #3
ma...@gmail.com <ma...@gmail.com> #4
This is not Android Studio bug, but bug in Android gradle plugin and thus idea.log is irrelevant here.
Steps to reproduce are as any other build-cache issue:
1. Open any Android project that uses View or Data binding
2. Enable build cache
3. Build the project
4. Clean and build the project again
5. Most tasks should be loaded from cache since code has not changed, but dataBindingMergeGenClasses is recomputed every time.
Steps to reproduce are as any other build-cache issue:
1. Open any Android project that uses View or Data binding
2. Enable build cache
3. Build the project
4. Clean and build the project again
5. Most tasks should be loaded from cache since code has not changed, but dataBindingMergeGenClasses is recomputed every time.
Description