forked from kennytilton/flutter-mx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
19 lines (17 loc) · 744 Bytes
/
Copy pathdeps.edn
File metadata and controls
19 lines (17 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:paths ["src"] ; where your cljd files are
:cljd/opts {:kind :flutter
:main tiltontec.main}
:aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/data.json {:mvn/version "2.4.0"}
;kennytilton/ClojureDart
;{:git/url "https://github.com/kennytilton/ClojureDart.git"
; :sha "62a721de27e5fe2bbb004ed357441cbe31683182"
; }
; use this ^^^ for restart instead of reload
tensegritics/clojuredart
{:git/url "https://github.com/Tensegritics/ClojureDart.git"
;; :sha "7607686b7700f57b78d857f6bef23d7e17935be9" ;; beta reload
:sha "0b83ba8dd0bae639f5d457f275d6800eba57ffe4"
}
}}