For a web application, I am using scalatra. Mill is my build tool of choice. To render UI, I am considering twirl template engine. However, all the examples/references that I have come through only show twirl using sbt.
What all twirl dependencies are required for a non-sbt project?
You might be interested in
TwirlModule
which is part of themill-contrib-twirllib
plugin. It handles compilation of twirl templates and configuration of imports and formats.To get a list of twirl dependencies (used by mill) you can consult the
TwirlModule.twirlClasspath
target.