I'm trying to include loom in a project, and it all works fine in dev mode, but when I build and run the uberjar I get that error
java.lang.NoClassDefFoundError: loom/graph/Graph
I think it's somehow related with aot, but I also tried to add #".*loom.*" to :aot without any difference.
I tried with both clojure 1.9 and 1.10, anyone else had the same problem?
I'm trying to include loom in a project, and it all works fine in dev mode, but when I build and run the uberjar I get that error
java.lang.NoClassDefFoundError: loom/graph/GraphI think it's somehow related with aot, but I also tried to add
#".*loom.*"to:aotwithout any difference.I tried with both clojure 1.9 and 1.10, anyone else had the same problem?