-
Notifications
You must be signed in to change notification settings - Fork 14
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 intellij import #25
Comments
сс @jastice |
👍 I'm trying to work on Zinc 1.4.x but running into this problem. Maybe for IntellIJ it would be better to just focus on a single instance? @eed3si9n How could I configure sbt-project-matrix to add |
As a workaround maybe I could make some directories under a dot directory like
I'm not sure if there's an easy way to say all-but-the-first-row, but I guess you could say SettingKey("ideSkipProject") := scalaVersion.value.startsWith("2.12.") |
that sounds good |
@eed3si9n thanks, it works |
Unfortunately it looks like fix for #3 broke import in intellij.
With 0.5.0 imported project looks like this:
With 0.5.1 idea complains about
and result looks like this:
and cross-built module sources are not available in other modules
The text was updated successfully, but these errors were encountered: