Hello! I’m trying to adopt drawbridge
to my project. I’ve done all the same way as described at README, but got next error
<http://java.io|java.io>.FileNotFoundException: Could not locate drawbridge/client__init.class, drawbridge/client.clj or drawbridge/client.cljc on classpath.
at clojure.lang.RT.load (RT.java:466)
`
How can it be fixed?Solution found: just added dependency to the ~/.lein/profiles.clj
yes, the error means that the library is not found - if it is added, a restart should do the trick. I get this in InterlliJ with gradle
I have to restart the repl