hi. I’ve been trying to optimize our dependencies...
# general
s
hi. I’ve been trying to optimize our dependencies for our large Java code base. One thing I noticed is that sometimes I need to add additional dependencies in order for the zinc analysis to work. javac compiles the code fine, but then analysis fails because a class is used in a private method for example. I need to add a new target to the classpath to fix that, even though the class is not part of the public API of the class. Has anyone run into that situation?