com.github.anvil-works/lein-aot-order

This leiningen plugin helps to work around problems of clojure ahead-of-time compilation, by determining a suitable compilation order via clojure.tools.namespace. Forked from https://github.com/active-group/lein-aot-order

Leiningen/Boot

[com.github.anvil-works/lein-aot-order "0.1.1-anvil"]

Clojure CLI/deps.edn

com.github.anvil-works/lein-aot-order {:mvn/version "0.1.1-anvil"}

Gradle

implementation("com.github.anvil-works:lein-aot-order:0.1.1-anvil")

Maven

<dependency>
  <groupId>com.github.anvil-works</groupId>
  <artifactId>lein-aot-order</artifactId>
  <version>0.1.1-anvil</version>
</dependency>