'Include .thrift File from External Repository

I have an Sbt project "A" with an A.thrift file. I need to include a B.thrift file in the definition of the A.thrift file. The problem is that the B.thrift file resides in an external repository / Sbt project "B". What would be the best way to do it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source