Aside from `ksp.useKSP2=true` is there anything el...
# ksp
e
Aside from
ksp.useKSP2=true
is there anything else I need to do to get KSP2 to work with the Gradle plugin?
j
That should be all you need.
e
I'm running
build
and
kspCommonMainKotlinMetadata
but no matter what I do the
build/generated/ksp/metadata/commonMain/kotlin
directory is empty even though the task succeeds. If I set
ksp.useKSP2=false
then it works.
j
The issue you linked does not seem to be the issue you described in this thread?
e
Oh sorry, I left that part out 😅 The issue in this thread was caused by that, because the empty
packageName
caused my processor to not generate anything (since I was doing a check based on
packageName
)
👍 1
137 Views