I know that the play framework has their own custom sbt plugin to generate Idea project files and I'm trying to find a way to configure it. I see there are some options available, for instance when I type:
[my-play-project] $ idea-include-scala-facet
I get
[info] false
How do i set this option to true using the play console? I haven't been able to find any documentation on how to do this.