Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Conversation

keynmol
Copy link
Contributor

@keynmol keynmol commented Nov 19, 2022

This was missing, and shows up in not begin able to set up custom native dependencies as such:

    .jvmPlatform(Seq(Versions.Scala))
    .jsPlatform(Seq(Versions.Scala))
    .nativePlatform(
      Seq(Versions.Scala),
      Seq.empty,
        _.dependsOn(app.native(Versions.Scala)) // this has no effect
    )

workaround until this is released

just add a dummy value and set dependencies manually.

lazy val set = tests.native(Versions.Scala).dependsOn(app.native(Versions.Scala))

Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@eed3si9n eed3si9n merged commit a56de64 into sbt:develop Nov 23, 2022
@keynmol
Copy link
Contributor Author

keynmol commented Feb 27, 2023

@eed3si9n could you please release 0.9.1 so this PR can land?

@keynmol keynmol deleted the fix-native-configure branch February 27, 2023 15:41
@keynmol
Copy link
Contributor Author

keynmol commented Jun 19, 2023

@eed3si9n ping :)

@eed3si9n could you please release 0.9.1 so this PR can land?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants