github google/ksp 1.4.30-1.0.0-alpha02

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

  • Updated to Kotlin 1.4.30
  • Supported multiple round processing
  • Better support of incremental processing
  • Better support of Android build variants

API and behavior changes
Multiple round processing is introduced in the is release. The most notable changes are

  • SymbolProcessor.process() will be called multiple times until there is no newly generated file.
  • SymbolProcessor.process() now returns a List<KSAnnotated>, which will be processed again in the next round.

The detailed behavior of multiple round processing can be found here.

Don't miss a new ksp release

NewReleases is sending notifications on new releases.