Fork me on GitHub
#kaocha
<
2018-11-23
>
ericstewart03:11:31

@plexus thanks for the reply. I do have target/classes in my deps.edn. Here’s mine:

:paths ["src/clj"
         "src/java"
         "resources"
         "target/classes"]

plexus08:11:50

@ericstewart are the classes found when you take kaocha out of the picture? You wouldn't happen to be able to set up a repo that reproduces this?

ericstewart18:11:29

a simple try at the repl seems like I am able to import the class in question just fine. I'll try setting up a minimal repo to reproduce.