This is more of a community question, and not really an issue. Incremental annotation processing seems like it might be added soon (#423)... but until that's done maybe someone can outline how to move epoxy to another module?
When using Epoxy I get a message saying:
w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: com.airbnb.epoxy.EpoxyProcessor (NON_INCREMENTAL).
I read on reddit that you can get around this by just moving epoxy into it's own module. I haven't worked with multiple modules, but I'm curious if anyone has done this or know what classes/files would have to go into another module.
This is more of a community question, and not really an issue. Incremental annotation processing seems like it might be added soon (#423)... but until that's done maybe someone can outline how to move epoxy to another module?
When using Epoxy I get a message saying:
w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: com.airbnb.epoxy.EpoxyProcessor (NON_INCREMENTAL).I read on reddit that you can get around this by just moving epoxy into it's own module. I haven't worked with multiple modules, but I'm curious if anyone has done this or know what classes/files would have to go into another module.