Closed BoopBoopBeepBoop closed 3 years ago
Hi!
The important bit is that this plugin doesn't add methods on the Project
- it defines its own ProjectMatrix
:
lazy val core = (projectMatrix in file("core"))
.settings(
name := "core"
)
.jvmPlatform(scalaVersions = Seq("2.13.3", "2.12.12"))
The important bit is here:
projectMatrix in file("core")
using that instead of project
Ahhhh that explains it. Thanks, that fixed it
Hi Eugene,
Thanks for all your work on sbt! I'm trying to get this plugin integrated into some of our projects & seeing failures resolving the
.jvmPlatform
function. Was wondering if there is something that we need to import, or if I've missed a step somewhere.project/plugins.sbt
build.sbt
SBT output: