clojure-android / lein-droid

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

:exclude-aot-ns being ignored? #140

Closed kenrestivo closed 8 years ago

kenrestivo commented 8 years ago

I'm getting compile errors in the lein droid build target, for ns'es which are included in :exclude-aot-ns

This used to build with old (year ago) versions of lein-droid. Now it's not. Did something change and is there a new way to tell lein-droid not to aot compile certain namespaces?

kenrestivo commented 8 years ago

Pilot error. In previous versions of lein-droid, exclude namespaces were legal to specify as symbols. In this version. they must be strings. Changed to strings, problem so.ved

alexander-yakushev commented 8 years ago

Yes, they can be either strings or regular expressions now.

alexander-yakushev commented 8 years ago

Please report if you have any other difficulties with updating to latest lein-droid. We've changed quite a lot .