JetBrains / intellij-platform-gradle-plugin

Gradle plugin for building plugins for IntelliJ-based IDEs
https://plugins.jetbrains.com/docs/intellij/gradle-prerequisites.html
Apache License 2.0
1.43k stars 271 forks source link

Kotlin Compiler Can Not See Scala Code When using Gradle #139

Closed 06needhamt closed 8 years ago

06needhamt commented 8 years ago

The Koltin compiler can not resolve references within Scala files at compile time when using the Gradle Build System. However all Scala references are correctly resolved when using the standard IDEA build System. So for now we can not reference any Scala code from within the plugin until this issue is resolved

zolotov commented 8 years ago

How is this related to gradle-intellij-plugin?

06needhamt commented 8 years ago

I'm not sure exactly what this is related to but this issue only occurred after I switched over to using gradle to build my plugin

zolotov commented 8 years ago

I bet you use a dozen of other plugins as well. This plugin does not compile kotlin or scala or anything else, I don't see how it can lead to the problem you have.