Fixed
Status Update
Comments
pa...@google.com <pa...@google.com>
ch...@google.com <ch...@google.com> #2
Is this really a P1? This seems less priority than the perf work that I am doing but if it is a P1 I will block that and work on this.
ap...@google.com <ap...@google.com> #3
I'm happy to move it to a p2, but it seems like a pretty big correctness issue that we should take a look at in the near future. I'm also happy to help look at this myself if you can give me some pointers on what the issue may be
Description
Android Studio Build: 4.0 Preview
Version of Gradle Plugin: 4.0.0-alpha02
Version of Gradle: 5.6.1
Version of Java: 1.8
OS: 21^
Steps to Reproduce:
1. Create two modules, a library module and app module for android
2. Create a class with @Model annotation in the library module
3. Set the @Model class as a dependency for an @Compose function in the app module
4. Try updating the model's value on button click (the model updates, but the function is not re-composed)