sbt-thrift
sbt-thrift copied to clipboard
More than one location needed for thriftSourceDir
Hi,
I have a project which has a thriftSourceDir like so:
thriftSourceDir := file("thrift/src/main/thrift")
But those thrift models include thrift models which are pulled into the project from a thrift only jar as a dependency. Therefore how do I include both those and the ones in the project in the thriftSourceDir key?
Many thanks.