epoxy
epoxy copied to clipboard
Epoxy is an Android library for building complex screens in a RecyclerView
Sup guys! Thx for a great lib! Any chances for future [KSP2](https://github.com/google/ksp/blob/main/docs/ksp2.md) support in this year? I tried enable KSP2 for `epoxy-kspsample`. It leads to fail during building module. (Should...
Hi, I'm using `StickyHeaderLinearLayoutManager` for my `EpoxyRecyclerView` and in my controller I override the `isStickyHeader()` function: ``` override fun isStickyHeader(position: Int): Boolean { return adapter.getModelAtPosition(position) is MyItemHeader } ``` I...
Are there any update plans for this year?