Fork me on GitHub
#leiningen
<
2018-07-31
>
jjttjj20:07:44

i need access to the parameter names of my java source, which is apparently possible with the -parameters javac option. so other than :javac-opts ["-parameters"] what do i need in my project.clj so that I can precompile everything in the :java-source-paths so that i can access these paramters from the repl?

jjttjj20:07:22

Oh wait, figured it out

jjttjj20:07:30

I need :javac-options instead of :javac-opts in project.clj