Hi all, I'm compiling two sets of AVSC files with the avro-tools jar and `compile` command and then packaging the class files in a jar. Each set needs to be compiled independently, but one depends on record types in the other. Is there a way to expose the compiled schemas jar from set 1 to set 2 at compilation time?
Thanks! Austin
