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
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
The processors configuration uses the JAVA_RUNTIME attribute rather than JAVA_API, allowing transitive implementation and runtimeOnly annotation-processor dependencies to be discovered correctly by IDEs.
Annotation processor dependencies are no longer explicitly removed from IDEA scopes. As of Gradle 6.3, annotation processor dependencies are no longer added to IDEA scopes by the IDEA plugin.
Remove annotation processor dependencies from IDEA scopes, to avoid potentially getting two different versions of the same jar in your PROVIDED or TEST scopes in IDEA (one from (test)annotationProcessor, one from (test)compileClasspath).