Testing whether clj-http-lite library can be used in a native binary image with GraalVM.
Currently testing:
[org.martinklepsch/clj-http-lite "0.4.3"]
Test with:
Start an nginx server in the terminal using `docker-compose up`
Then in a new terminal: `lein do clean, uberjar, native, run-native`
[clj-http.lite.client :as client]
✅