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
yigit
02/11/2021, 3:57 PM
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
Fabio
02/12/2021, 7:23 AM
Thx I'll dive in there
s
segunfamisa
07/22/2021, 8:56 AM
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?