| Split the tree three ways, and let the phone be Flutter's 7070931 nandi 8d ago | 1 | {;; The ClojureDart half. `../common` is the same directory `../deps.edn` puts |
| 2 | ;; on jolt's classpath — one copy of frq.clock, frq.store and frq.io, compiled |
| 3 | ;; twice. ClojureDart reads .cljd and .cljc and never .clj, which is why |
| 4 | ;; everything shared is .cljc and everything jolt-only stays .clj: the |
| 5 | ;; extension is the boundary, enforced by the compiler rather than by |
| 6 | ;; convention. |
| 7 | :paths ["src" "../common"] |
| 8 | |
| 9 | :deps {tensegritics/clojuredart |
| 10 | {:git/url "https://github.com/Tensegritics/ClojureDart.git" |
| 11 | ;; UNPINNED. Nothing builds this yet — see flutter/README.md. |
| 12 | :git/sha "PIN-ME"}} |
| 13 | |
| 14 | :aliases {:cljd {:main-opts ["-m" "cljd.build"]}} |
| 15 | |
| 16 | :cljd/opts {:kind :flutter |
| 17 | :main frq.main}} |