module Buildr::TopLevelGenerateDir
A simple extension that modifies the project layout to place generated files at the top level. Generated files are typically created below layout[:target, :generated], placing them at the top level makes it easy for IDEs to inspect source in the generated directory while ignoring the dir containing the intermediate artifacts.