KEEP 402 changes the default rules of annotations on constructor parameters without explicit use-site targets. This is not a problem downstream since KSP tries to emulate this already. The Analysis API already supports it, but it needs to be enabled with the flag -Xannotation-defaulting=param-property. Doing so likely requires removing some code in KSP since it no longer has to do the work manually.
KEEP 402 changes the default rules of annotations on constructor parameters without explicit use-site targets. This is not a problem downstream since KSP tries to emulate this already. The Analysis API already supports it, but it needs to be enabled with the flag
-Xannotation-defaulting=param-property. Doing so likely requires removing some code in KSP since it no longer has to do the work manually.