clojure-android / lein-droid

A Leiningen plugin for building Clojure/Android projects
Eclipse Public License 1.0
645 stars 56 forks source link

Compilation error #74

Closed tobiasbayer closed 10 years ago

tobiasbayer commented 10 years ago

lein droid new leads to

Unable to resolve symbol: cond-> in this context, compiling:(leiningen/droid/compile.clj:112)

alexander-yakushev commented 10 years ago

Hello,

Lein-droid requires Clojure 1.5. Your Leiningen must be using older version. What version of Leiningen do you use? Can you try updating to the newest one?

tobiasbayer commented 10 years ago

Upgrading leiningen did the trick. Thx. Maybe you could mention this in the tutorial?

alexander-yakushev commented 10 years ago

I probably should. Thanks for reporting this!