**Describe the bug** Following the [quick start](https://github.com/Tensegritics/ClojureDart/blob/main/doc/quick-start.md), the command `clj -M:cljd compile` hangs. Does your problem persist after `clj -M:cljd clean && flutter clean`? Yes, that command itself hangs. **To Reproduce** Steps to reproduce the behavior: 1. Follow the quick start steps until #7 2. Run `clj -M:cljd compile` 3. Nothing happens **Expected behavior** I should see the application launched in the simulator **Additional context** All clj -M:cljd commands, except `init` get stuck. I am on - OSX 26.3 - Java 21.0.3 2024-04-16 LTS - Clojure CLI version 1.12.4.1607
Describe the bug
Following the quick start, the command
clj -M:cljd compilehangs.Does your problem persist after
clj -M:cljd clean && flutter clean?Yes, that command itself hangs.
To Reproduce
Steps to reproduce the behavior:
clj -M:cljd compileExpected behavior
I should see the application launched in the simulator
Additional context
All clj -M:cljd commands, except
initget stuck.I am on