Skip to content

1.9.23-1.0.20

Latest
Compare
Choose a tag to compare
@neetopia neetopia released this 05 Apr 00:55
· 33 commits to main since this release

KSP1 issues fixed

  • performance optimization for certain workload consists of heavy Java files, including
    • Replace IdKey's impl with identityHashCode #1804
    • Cache enclosed descriptors by name #1808
  • Add excludedSources to the KSP extension object #1793 thanks to @bitspittle

KSP2 issues fixed

  • NoClassDefFoundError for LZ4Factory when trying KSP2 #1713
  • Calling KSType.replace() with original arguments results in #1807
  • Static fields in base class appear in derived classes #1744
  • fix backing field checking for top level callables
  • support sealed inheritors lookup.
  • support type alias for getSymbolsWithAnnotation
  • support more types for reference elements