* RootSettings plugin contains settings for root project * other auto plugins that are meant only for root project depend on RootSettings * other auto plugins that are meant for every project are enabled by default reducing boilerplate
1 line
33 B
Scala
1 line
33 B
Scala
enablePlugins(akka.RootSettings)
|