-
Notifications
You must be signed in to change notification settings - Fork 709
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
support scala-native #1322
support scala-native #1322
Conversation
0ee9727
to
939d2f7
Compare
project/plugins.sbt
Outdated
@@ -1,5 +1,11 @@ | |||
scalacOptions += "-deprecation" | |||
|
|||
addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.1.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sbt-scala-native depends on sbt-crossproject you can remove this line if you want to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. removed 😃
@xuwei-k really good. You can run the sbt task nativeMissingDependencies to see if anything is missing at link time and create issues against scala-native.
for example, scala-native/scala-native#435 I'm not sure if we will implement |
I will remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neato.
38f90ff
to
5b0cb53
Compare
/cc @densh @MasseGuillaume