Fork me on GitHub
#nrepl
<
2020-05-05
>
Misha Bohdan08:05:41

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

.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?

Misha Bohdan09:05:33

Solution found: just added dependency to the ~/.lein/profiles.clj

Eugen10:05:07

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

Eugen10:05:14

I have to restart the repl