Solvedepoxy EpoxyModelClass subclasses are not generating
ignatiusbill posts at
17 Answers
Share
Original✔️Accepted Answer
@juicycleff if you are using kotlin you need to use kapt
instead of annotationProcessor
Related Issues:
7
epoxy carousel cann't scroll to first position after scrolled once
I believe this is the behavior of the default LinearSnapHelper Something similar can be observed in ...
3
epoxy EpoxyModelClass subclasses are not generating
@juicycleff if you are using kotlin you need to use kapt instead of annotationProcessor ...
Subclasses are not being generated for EpoxyModelClass (picture included below). The EpoxyModelClass is also missing the layout property to be overwritten within our models (

@EpoxyModelClass(layout = R.layout.model_button)
gives "cannot resolve method layout" error). This is our EpoxyModelClass.java:And this is yours:

Generated subclasses are not recognized in SampleAdapter.java.
