java: JPS incremental annotation processing is disabled. code example
Example: lowing processors are not incremental:
Just add this line to you gradle.properties:
kapt.incremental.apt=true
Just add this line to you gradle.properties:
kapt.incremental.apt=true