Frege/frege-gradle-plugin

look how to expose the -fp flag

Dierk opened this issue · 2 comments

this may turn out to be a superfluous option in the gradle case since one would supply any foreign path as a compile dependency and then it would end up in the classpath of the compiler...

I would think so, yes.

This option is practical for tools that call the compiler multipel times with different classpaths, like for example IDEs.