I have a multiplatform multimodule project with KS...
# ksp
n
I have a multiplatform multimodule project with KSP, where I'd like to generate classes in common code. In the docs there is a part:
Copy code
dependencies {
    add("kspMetadata", project(":test-processor"))
...
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
kspCommonMainMetadata
seems to work instead of
kspMetadata
:\
2
j
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!
👍🏻 1