Scala Plugin without Idea Plugin in IntelliJ IDEA 14 EAP
I have multi module gradle project in IntelliJ IDEA 14 EAP. Some of modules apply scala plugin(1.0.182.5). I faced with follwong problems:
- Scala Facet doesn't configurated. I have to add my own library by hand instead of automatically dependency refresh. Seems like this ticket about it, right? How can I fix it?
- Applying idea plugin on root project create .ipr file. I don't need it. Can I configure sub modules without applying idea plugin on root project?
Thanks in advance!
请先登录再写评论。
Hi! Thank you for the report.
1. Recently we've replaced cumbersome Scala facet with Scala SDK library so there should be no more troubles with facets. I advice you to update IDEA, remove any IDEA-related files and dirs (.idea, *.ipr, *.iml) and try to import your project anew. If you will still have problems after this could you please report an issue to Youtrack and attach minimal example project so we could reproduce it.
2. It would be better to address this question to IDEA Gradle plugin team. However, I've tried import only one module containing Scala dependency from multi-module Gradle project and it seems that Gradle plugin is still importing the whole project, so I guess you can't do that. Still, it would be better to ask Gradle plugin team.