Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想开发一个可以为 Scala 项目自动生成源代码的 sbt 插件。问题是我想为每个目标平台(JVM、Native、Scala.js)生成略有不同的源代码。
因此,我的插件需要检测项目平台。我想知道是否有一种优雅的方式来做到这一点?