:java-source-paths ["src/java"]
project.clj にlein uberjarを追加 しましたが、 lein figwheelを実行すると次のエラーが発生します。
Figwheel: Cutting some fruit, just a sec ...
Figwheel: Validating the configuration found in project.clj
Figwheel: Configuration Valid :)
java.lang.ClassNotFoundException: projectc.java.gcloud.DataStore, compiling:(projectc/gcloud/datastore.clj:1:1)
これを「:uberjar」セクションに追加しました
:prep-tasks ["javac" "compile" ["cljsbuild" "once" "min"]]
これを解決する方法の手がかりはありますか?