Fork me on GitHub
#cursive
<
2019-12-29
>
dangercoder17:12:47

Hi, I have a deps.edn project. If im getting warnings such as defn cannot be resolved in clojurescript, what could be the cause? Works great for clojure Resolved - Issue was that I did not have clojurescript under .idea/libraries 🙂

4
dangercoder17:12:23

my guess is that clojurescript does not exist under .idea/libraries

dangercoder17:12:59

And i guessed right. Solved it 🙂

sveri18:12:19

Funny, I had the same thing happening today after updating re-frame and reagent. Anyway, I have an extra alias cljs in my deps project and added clojurescript to it, this solved it for cursive after enabling the configuration.