github google/ksp 1.4.30-1.0.0-alpha02

latest releases: 2.1.20-1.0.32, 2.1.20-1.0.31, 2.1.20-RC3-1.0.31...
4 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.