I have a project that uses Scala 2.10.4 and Gradle 1.6. I just upgraded from IntelliJ 12.1.15, where everything worked with IntelliJ 14.0.1, and now I can not run Scala code through the IDE. I tried to create a simple new project with a single Scala object that expanded the application and printed "Hello world". I can run it through IntelliJ just fine. Once I add a simple build.gradle file, I can no longer run Scala. He continues to give me an error message:
"Cannot make module: X, the associated Gradle configuration was not found. Re-import the Gradle project and try again."
I tried this and all I can think again and again, but I continue to understand the same thing. Does anyone have any suggestions to overcome this? I can run the Gradle construct through IntelliJ just fine, but I am not able to actually launch Scala through IntelliJ of some kind of defeat in order to have an IDE in the first place, because I cannot debug at all.
Thanks Adam
source share