github google/ksp 1.6.20-M1-1.0.2

latest releases: 2.0.21-RC-1.0.25, 2.1.0-Beta1-1.0.25, 2.0.20-1.0.25...
pre-release2 years ago

KSP 1.0.2 release for Kotlin 1.6.20-M1

Kotlin 1.6.20 enabled hierarchical structure by default. Therefore there is a noticeable change in KSP's configuration with regard to metadata compilation for common source set in multiplatform. Previously, kspMetadata was specified to apply processors to metadata compilation for common source set. Now it becomes kspCommonMainMetadata by default or more generally ksp<shared source set>Metadata.

The output folder has also changed from build/generated/ksp/<source set>/<kotlin or java or classes or resources>/ to build/generated/ksp/<platform>/<source set>/<kotlin or java or classes or resources>/ to accommodate HMPP, where sources sets can be shared among different platforms.

Other than that this is a rebuild with the new Kotlin compiler.

Don't miss a new ksp release

NewReleases is sending notifications on new releases.