cider

Johan Parin 2025-01-25T11:31:04.432079Z

Hi all! Clojure/Cider beginner here. I'm wondering, is there a way to add a project dependency without restarting Cider with C-c C-q, lein install and a new jackin?

Ken Huang 2025-01-25T11:38:18.865249Z

I am afraid there is not, it’s a jvm thing.

2025-01-25T11:45:36.647359Z

add-lib when you use Clojure 1.12 ?

❤️ 1
solf 2025-01-25T16:43:55.413389Z

Does add-lib work with lein? I think it does, but I'm not 100% sure

iarenaza 2025-01-26T23:47:14.786169Z

It does 😊 https://github.com/nubank/lein-add-libs

Zach 2025-01-25T00:14:49.983569Z

xpost this here in the hopes it's related to cider