hmm how do I require the namespace so that it doesn't get loaded via dynaload?
(I'm already compiling with -Dclojure.compiler.direct-linking=true
)
just require it by hand somewhere top-level
gotcha, will give it a shot and report back
FWIW, I'm seeing similar behavior in the https://github.com/BrunoBonacci/graalvm-clojure/tree/master/aws-api-s3 as well