Is there any known issue with having `@Model` anno...
# compose
i
Is there any known issue with having
@Model
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
does the module with the data class have compose (buildfeatures compose in build.gradle) enabled?
i
doh! nope thanks @danieldisu I will try that 🙂
Thanks @danieldisu it worked 🙂
d
great 😉
👍 1