Incompatible ABI version?

After upgrading to 0.8.11 i get the following error message in IJ14CE:

Error:Kotlin: Class ‘kotlin/inline’ was compiled with an incompatible version of Kotlin. Its ABI version is 16, expected ABI version is 18 (/Users/svd/.m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.8.11/kotlin-runtime-0.8.11.jar!/kotlin/inline.class

any ideas what im doing wrong?

thanks in advance

What is the version of IntelliJ IDEA plugin you are using (if it's not 0.8.11, it will not work)?

0.8.1672 latest intellij 14 update kinda forced me to install it

just saw in my js module further error:
13:29:56 RuntimeException: There’s a property in stub index with invalid package: js.debug

Unfortunately, the new plugin is incompatible with 0.8.11 library. You'll need to update the library in your project.

that would mean using version 0.1-SNAPSHOT in maven?

That would work, and you could also use fixed versions available here: http://search.maven.org/#search%7Cga%7C1%7Ckotlin