You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
I have a scenario where I want to AOT a namespace foo.core, but would like to keep all non-AOT'd *.clj files in the resulting jar. As it stands, once you add aotNamespaces = ['foo.core'], clj files get kicked out of the jar.