airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.46k stars 730 forks source link

[ComposeInterop] Exposes Compose Epoxy Model generation #1315

Closed pete32 closed 1 year ago

pete32 commented 1 year ago

There are instances where we need to have finer control over the Compose generated Epoxy model before it's added, so this change exposes the function which generates the model.

This new function can be used directly instead of composeInterop {} when want to override Epoxy model parameters on the Compose generated model. Eg. overriding row spans like: model.spanSizeOverride(3).