Hello, for those who can't wait to try <Kotlin 1.6...
# ksp
t
Hello, for those who can't wait to try Kotlin 1.6.20-M1, here is the corresponding KSP 1.6.20-M1-1.0.2 release! Although it is mainly a rebuild with the Kotlin 1.6.20-M1 release, there is a noticeable change for multiplatform porojects: Because Kotlin 1.6.20 enabled hierarchical structure by default, KSP's configuration name for metadata compilation of common source set is also changed. Previously, 
kspMetadata
 was specified to apply processors to common source set in metadata compilation. Now it becomes 
kspCommonMainMetadata
 by default or more generally 
ksp<shared source set>Metadata
. There is no change to single platform / JVM projects. If you see any surprises in your multiplatform projects, please let us know!
🎉 11
❤️ 3