We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c8508 commit 8a20e5dCopy full SHA for 8a20e5d
build.sbt
@@ -232,4 +232,8 @@ lazy val zio = (projectMatrix in file("zio"))
232
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
233
settings = commonJsSettings ++ browserChromeTestSettings
234
)
235
+ .nativePlatform(
236
+ scalaVersions = scala2 ++ scala3,
237
+ settings = commonNativeSettings
238
+ )
239
.dependsOn(core)
0 commit comments