Hi, I created a simple processor and a JVM librar...
# ksp
f
Hi, I created a simple processor and a JVM library module that uses it. But when I try to apply it to either an Android library or Android application I get gradle configuration errors. Is there any Android examples out there?
y
someone reported a similar error: https://github.com/google/ksp/issues/305 couldn't figure out why it was happening but applying all plugins the same way fixed it there
f
Thx I'll dive in there
s
Thanks! I had this issue this morning and Yigit's solution of applying the setting in the settings.gradle file worked for me too. I wonder if this is expected? Will this change in the future?