I’m finding that `resolver.getClassDeclarationByNa...
# ksp
j
I’m finding that
resolver.getClassDeclarationByName
is not finding already compiled Java classes in a jar that is on the classpath. Is that expected? Using 1.5.30-1.0.0
y
that looks like a bug, we have tests in Room that validate compiled classes. can you file a bug w/ a repro project ?
j
I can
Turned out to be an issue on my end. I’m using the KSP test compilation stuff and
inheritClasspath
is set to false by default