Hi, is it possible to use custom processors as a d...
# ksp
k
Hi, is it possible to use custom processors as a dependency for JVM target in multiplatform projects?
j
can you elaborate your question? if you are using custom processor in mpp projects for JVM target only then processor will only see common and jvm specific source, if your processor does not rely on input from other platform source it should be fine.