Hi All.  I’m trying to write a KSP compiler plugin.  The problem is that i need to depend on classes that live in .aar files (ie, firebase-config).  Is this even possible?  I’m adding the dependency to my annotations module which has the kotlin.jvm plugin setup.  However, because it’s an aar, i can’t import the classes.  Anyone ever tried to do this before?