| Make ../common a dependency rather than a path 95d91a2 nandi 7d ago | 1 | {;; This directory is a dependency rather than a source path, and only because |
| 2 | ;; tools.deps has deprecated `:paths` that leave the project: `../common` in |
| 3 | ;; flutter/deps.edn warned on every build. `:local/root` is the supported way |
| 4 | ;; to say the same thing, and it needs a deps.edn here to point at. |
| 5 | ;; |
| 6 | ;; Nothing else: the deps of the two halves that compile this belong to those |
| 7 | ;; halves. `.` is the whole directory, so frq.clock, frq.store and frq.io land |
| 8 | ;; on the classpath exactly as they did. |
| 9 | :paths ["."]} |