In my project there seems to be no kspMetadata configuration:
Copy code
Configuration with name 'kspMetadata' not found.
What is the correct configuration?
Thanks.
Environment: Idea 2022.1.2 CE, Kotlin 1.6.21, KSP 1.6.21-1.0.5
Norbi
06/07/2022, 9:42 AM
kspCommonMainMetadata
seems to work instead of
kspMetadata
:\
✅ 2
j
Jiaxiang
06/07/2022, 5:13 PM
Yes, there was a upstream change to how Kotlin multiplatform tasks are named, we will update documents to avoid future confusion, thanks for bringing this up!