You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/templates/foo.html.scala:4: error: not found: object play
import play.twirl.api._
and similar issues with resolving play.
I don't have play embedded in our bazel, I'm mostly trying to use twirl as a stand alone codegen. Is there a step I'm missing?
The text was updated successfully, but these errors were encountered:
My Workspace (identical to the README):
My BUILD:
My HTML named
templates/foo.scala.html
(no arg):And I'm getting
and similar issues with resolving
play
.I don't have
play
embedded in our bazel, I'm mostly trying to usetwirl
as a stand alone codegen. Is there a step I'm missing?The text was updated successfully, but these errors were encountered: