leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
caleb.macdonaldblack 2019-05-26T23:25:33.010300Z

Is it possible to build multiple apps using one codebase and one project.clj file? I'm think I have two entrypoint namespaces with their own -main function. Perhaps I use profiles or something to do this? Also if some namespaces not referenced at all, will they be excluded from the jar file?