annotated data classes in a different gradle module to where they are used in a compose tree? Just tried to move my model and when I run my app there are not recompositions when my model changes? 😞
d
danieldisu
01/16/2020, 11:44 AM
does the module with the data class have compose (buildfeatures compose in build.gradle) enabled?