-
Notifications
You must be signed in to change notification settings - Fork 434
Unsupported declaration type: VALUE_PARAMETER #601
Comments
Hey @JLLeitschuh, could you try this again with the Kotlin 1.2 IntelliJ plugin and the latest distribution snapshot (which includes Kotlin 1.2):
|
Will give this a shot, yes. |
@JLLeitschuh could you get back to us with your findings on this issue using the Kotlin 1.2 toolchain? |
@eskatos I'm still seeing exactly the same problem in the IntelliJ logs. Versions:
Other Versions:
IntelliJ Kotlin Plugin Version:
|
Issue still exists with this version combo:
IntelliJ Kotlin Plugin Version:
|
Gradle 4.4.1 comes with Gradle Kotlin DSL 0.13.2 that brings Kotlin 1.1.51. Could you try again with Gradle 4.5-rc-2? |
I am getting the same issue. Since upgrading from IntelliJ Kotlin Plugin 1.2.30-2018.1, Intellij Inspections hang on all Kotlin files now, not just Gradle Kotlin DSL, so I wonder if this is more to do with the IntelliJ Kotlin plugin and not so much with the Gradle Kotlin DSL? (IntelliJ is now basically unusable for Kotlin development.) |
Let me start off by apologizing because this is by no means a minimalist code example. I will see what I can do to create a smaller example at some point in the future. I just wanted to start by making sure that I captured the bug somewhere.
Unfortunately, the exception that I get doesn't tell me what line the problem is coming from.
Expected Behavior
I have a subproject build file that looks something like this:
I can compile it fine with Gradle but IntelliJ doesn't do syntax highlighting correctly on the file.
Current Behavior
I get this exception in the IntelliJ log files
Steps to Reproduce (for bugs)
Your Environment
IntelliJ Kotlin Plugin version
1.1.60-release-IJ2017.2-1
I was running a much older version of the plugin and I was still seeing the problem then as well.
The text was updated successfully, but these errors were encountered: