Tolriq
09/18/2021, 9:49 AMephemient
09/19/2021, 5:10 AMcomponent#()
with data classes: https://jakewharton.com/public-api-challenges-in-kotlin/Albert Chang
09/19/2021, 5:41 AMTolriq
09/19/2021, 7:14 AMAlbert Chang
09/19/2021, 7:41 AMTolriq
09/19/2021, 8:25 AMAlbert Chang
09/19/2021, 8:28 AM@Immutable
class ListWrapper<T>(
val list: List<T>
)
Tolriq
09/19/2021, 8:32 AMAlbert Chang
09/19/2021, 8:36 AMcompileOnly
dependency if you don't want it to be pulled in in non-compose modules.Tolriq
09/19/2021, 8:57 AM