If I want to build a processor (and annotations to...
# ksp
e
If I want to build a processor (and annotations to use with it) should those module apply the Kotlin jvm plugin, or multiplatform plugin?
e
the processor itself has to use KSP API which is JVM-only
🙏 1
any annotations you use can live in another multi-platform module though