boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
hmaurer 2018-04-28T22:28:13.000049Z

Hello! I am trying to AOT-compile a small project with boot but having trouble. Here is the gist to reproduce: https://gist.github.com/hmaurer/b9992ad0076beba4b893a50e1f8f8b8d

hmaurer 2018-04-28T22:28:23.000056Z

basically, some classes from my dependency (http-kit) seem to be missing

hmaurer 2018-04-28T22:28:26.000030Z

e.g. AsyncChannel

hmaurer 2018-04-28T22:28:30.000005Z

and I have no idea why

hmaurer 2018-04-28T22:41:27.000056Z

problem solved 🙂