groupon / dependency-injection-checks

Dependency Injection Usage Checks
Apache License 2.0
97 stars 3 forks source link

Please add incremental support #12

Open kenshin171 opened 4 years ago

kenshin171 commented 4 years ago

Please add incremental annotation processing to this plugin.

w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: com.groupon.android.dichecks.processor.DiChecksProcessor (NON_INCREMENTAL).
code-twister commented 4 years ago

Hey @kenshin171, I'm looking into this as soon as possible. I will update this ticket when I have something. Thanks for using the library.

kenshin171 commented 4 years ago

awesome, thanks

code-twister commented 4 years ago

can you check 1.0.5-SNAPSHOT from this maven repo: https://oss.sonatype.org/content/repositories/snapshots

Let me know if it works. Releasing a new version right now gives me some headaches...

kenshin171 commented 4 years ago

looks good, i do not see the warning anymore