Fork me on GitHub
#klipse
<
2022-06-30
>
oly07:06:24

bit confused on the require statementin klipse how does it work ? (require '[reagent.core :as r]) work where as (require '[honey.sql.helpers :as sqlh]) does not do I need to include the library in my deps when compiling the project, or is it supposed to pull it in remotely ?

Yehonathan Sharvit10:06:29

For arbitrary libraries, you need to use external-libs flag

Yehonathan Sharvit10:06:40

Are you talking about Klipse the Webapp or Klipse the JS plugin?

oly11:06:23

I am importing klipse into a cljs project, so I guess a webapp is that data-external-libs or can you specify the libs to klipse before hand as a setting ?