skydoves / PreferenceRoom

:truck: Android processing library for managing SharedPreferences persistence efficiently and structurally.
Apache License 2.0
378 stars 26 forks source link

Annotation processor is not incremental #19

Closed sambit-m closed 4 years ago

sambit-m commented 4 years ago

Please complete the following information:

Describe the Bug:

Annotation processor is not incremental

Gradle(app): dependencies { ..... def preference_room = "1.1.8" implementation "com.github.skydoves:preferenceroom:$preference_room" kapt "com.github.skydoves:preferenceroom-processor:$preference_room" ..... }

Gradle warning: w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: com.skydoves.processor.PreferenceRoomProcessor (NON_INCREMENTAL), com.google.auto.service.processor.AutoServiceProcessor (NON_INCREMENTAL).

Expected Behavior: Annotation processor has to be incremental.

skydoves commented 4 years ago

@sambit-m Hi, thank you for your issue! It is resolved in version 1.1.9. Please check the new updated version. :)