Is it possible to include (import?) other files into the project.clj for a clojure project? (leiningen, specifically).
eg we have:
(defproject sample-clojure-cloudbees "1.0.0-SNAPSHOT"
:description "Sample clojure application - clojure 1.3 !"
:some-key "some value")
It would be nice to define more things like :some-key in files other than project.clj.