kit-clj / kit

Lightweight, modular framework for scalable web development in Clojure
https://kit-clj.github.io/
MIT License
463 stars 43 forks source link

New project with +mysql doesn't start #111

Closed D00mch closed 9 months ago

D00mch commented 11 months ago

make repl ends up with:

Could not locate kit/edge/db/sql/mysql__init.class

To reproduce:

clojure -Tclj-new create :template io.github.kit-clj :name dumch/template :args '[+nrepl +mysql]'
cd template
make repl
yogthos commented 9 months ago

Thanks for the heads up, sorry took a bit to get to the issue. Should be fixed.