シナリオ: 複数のサブプロジェクトを含む 1 つの大きなプロジェクト、SBT ビルド定義。
rootproject/
api/
src/
main/
thrift/
SomeService.thrift
core/
src/
main/
thrift/
SomeModel.thrift
への正しい方法は何include SomeModel.thrift
ですかSomeService.thrift
?