We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9525bd4 commit f9bcdb4Copy full SHA for f9bcdb4
guest-side-tools/tbnl.figurehead/project.clj
@@ -40,7 +40,7 @@
40
;; sign APKs with. Do it either here or in
41
;; ~/.lein/profiles.clj
42
;; :keystore-path ~(clojure.string/join (System/getProperty "file.separator") [(System/getProperty "user.home") ".android" "debug.keystore"])
43
- ;; :key-alias "androiddebugkey
+ ;; :key-alias "androiddebugkey"
44
45
46
;; !!! to speed things up, we give up dynamic compilation for figurehead.ui
guest-side-tools/tbnl.figurehead/src/clojure/figurehead/plugin/nrepl/main.clj
@@ -22,7 +22,6 @@
22
)
23
;;[cider.nrepl :refer [cider-nrepl-handler]]
24
compliment.core
25
- complete.core
26
[clojure.stacktrace :refer [print-stack-trace]]
27
[clojure.core.async
28
:as async
0 commit comments