You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ConfigurationMetadataAnnotationProcessor should support incremental annotation processing.
At the moment (2.1.8.RELEASE and 2.2.0.M6) in a Gradle project with Kotlin and kapt the following warning is displayed on build:
w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor (NON_INCREMENTAL).
There are many annotation processors that support incremental mode, some of them are listed here.