tuliomagalhaes / SweetFactory

SweetFactory is a library to help you instantiate classes in a modular project.
Apache License 2.0
10 stars 3 forks source link

Incremental annotation processing requested #5

Open pedrofsn opened 4 years ago

pedrofsn commented 4 years ago

Incremental annotation processing requested, but support is disabled because the following processors are not incremental: sweetfactory.compiler.SweetFactoryProcessor (NON_INCREMENTAL), com.google.auto.service.processor.AutoServiceProcessor (NON_INCREMENTAL)

I believe that the newest version of GoogleAuto already supports increments. SweetFactory can be updated to offer this support to?

pedrofsn commented 4 years ago

I've created an PR. The cause of warnings was the support to 'compile' libraries. #7