Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cross build scala-native #311

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

cross build scala-native #311

wants to merge 1 commit into from

Conversation

cornerman
Copy link
Owner

Currently does not work yet, because zio-json is only released for scala-native version 0.4 (and not yet 0.5).
And scodec-core version 1 (which is needed for scala 2.12 and 2.13) is not released for scala native. Only version 2 is, but that only exists for scala 3 :)

So, I guess, we either need to wait more. Or we rethink the design with one artifact having optional dependencies, and have multiple projects instead. Or we include the dependencies only for the supported platforms (jsSettings, nativeSettings, ...) and put the corresponding code into platform-specific directories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant