github google/ksp 1.4.30-1.0.0-alpha05

latest releases: 2.0.0-RC2-1.0.20, 2.0.0-RC1-1.0.20, 1.9.23-1.0.20...
3 years ago

Highlights

  • synthetic property accessors now can be correctly created for abstract classes, align with compiler behavior.
  • Removed findAnnotationFromUseSiteTarget() function, consolidate its functionality into KSP internal logic.

Behavior change

  • KSP now handles annotation use site targets internally for property accessors (namely @get:Anno, @set:Anno).
    • property accessors will have corresponding targeted annotations from their receiver properties
    • annotations with @get: and @set: targets will not appear in property's annotation list.

Don't miss a new ksp release

NewReleases is sending notifications on new releases.