Did Compose team consider moving `@Immutable` anno...
# compose
d
Did Compose team consider moving
@Immutable
annotations into a separate artefact (
annotations
)? Use case: I have a "domain like" module which contains only particular feature related data classes and I want to mark them as immutable to optimize their rendering. Adding the whole
compose.runtime
only for this annotation feels like extra dependency. I could duplicate those classes on the "ui" module but this feels extra too...
🧵 1