airbnb / epoxy

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

how I achieve TypedEpoxyController or AsyncEpoxyController in Kotlin WithModels + Databinding. #1281

Open wh173d3v11 opened 2 years ago

wh173d3v11 commented 2 years ago

hey, i'm using EpoxyRecyclerview with koltlin extension function (withModels) and epoxydatabinding, by default withModels function is using epoxyController. it is like rvEpoxy.withModels {} is there any way to use TypedEpoxyController or AsyncEpoxyController with that kotlin extension withModels function ?