im not familiar with that issue when importing jars
@pleasetrythisathome It sounds like either a specific timbre issue or some missing class included in the uberjar. As far as boot goes, I have noticed that there are cases where you have to use (:aot :all true)
to make sure there is nothing missing (e.g. https://github.com/dundalek/closh/blob/master/build.boot#L16)
I usually do aot
before uber
although I don’t know if this is an issue
hmm good point, not sure actually