dimsuz
07/14/2021, 3:57 PM@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...