My symbolprocessor can't find it's dependencies wh...
# ksp
g
My symbolprocessor can't find it's dependencies when applied to an external project (so published to maven and then used), but it does work when used internally (as a project dep). I add the compiler to my project by adding the following to my multiplatform gradle file:
dependencies {
add("kspCommonMainMetadata", "my:compiler:version")
}
Adding the missing dependencies in this block resolves it... What am I doing wrong?
okay I fixed it by adding all the deps in the maven publication...