Failed to import project
I'm having some problems importing an open source project into Intellij Idea 14.
I have the latest version of both intelij and scala plugin:
- IntelliJ: 14.0.3
- Scala Plugin: 1.4
The project is: https://github.com/scala/scala-abide
and the error is pretty weird:
> <expected-type>:1: error: value internals is not a member of sbt.Project
sbt.internals.DslEntry
^
[error] Type error in expression
Do you have any idea on how I can fix this?
Please sign in to leave a comment.
Hi! Thanks for the report.
Unfortunately, it seems to be a problem in project's build or SBT itself. I described this issue and possible solution in this ticket in scala-abide repository.
Thanks a lot that solved my problem.
I also did a PR to them to fix it.