You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Competing versions of guava/clojurescript (clojurescript -> google-closure-compiler -> guava) can cause clojurescript compilation errors when yada is used in the same project.
I rain lein deps with pedantic enabled, and it suggested to exclude google guava, but google guava is always coming from clojurescript, and it might be better to exclude clojurescript from yada outright.
:exclusions [org.clojure/clojurescript]
The text was updated successfully, but these errors were encountered:
Competing versions of guava/clojurescript (clojurescript -> google-closure-compiler -> guava) can cause clojurescript compilation errors when yada is used in the same project.
I rain
lein deps
with pedantic enabled, and it suggested to exclude google guava, but google guava is always coming from clojurescript, and it might be better to exclude clojurescript from yada outright.:exclusions [org.clojure/clojurescript]
The text was updated successfully, but these errors were encountered: