asked this earler in <#C0922A726> but probably mo...
# intellij
t
asked this earler in #C0922A726 but probably more suited to here, does kotlin work with the latest JDK? Having problems compiling IntelliJ
Copy code
[java] Cause: Error at instruction 111: Incompatible stack heights
     [java] File being compiled and position: (41,32) in /Users/amrk/IdeaProjects/upstream/jetbrains/idea/platform/platform-impl/src/com/intellij/ide/passwordSafe/FilePasswordSafeProvider.kt
     [java] PsiElement: @JvmOverloads constructor(keyToValue: Map&lt;String, String&gt;? = null, baseDirectory: Path = Paths.get(PathManager.getConfigPath()), var memoryOnly: Boolean = false)
     [java] The root cause was thrown at: MethodAnalyzer.kt:113
     [java]     at org.jetbrains.kotlin.codegen.FunctionCodegen.endVisit(FunctionCodegen.java:530)
     [java]     at org.jetbrains.kotlin.codegen.FunctionCodegen.generateMethod(FunctionCodegen.java:229)
     [java]     at org.jetbrains.kotlin.codegen.ImplementationBodyCodegen.generatePrimaryConstructor(ImplementationBodyCodegen.java:935)