https://kotlinlang.org logo
#flow
Title
a

asad.awadia

05/21/2020, 5:50 PM
I am trying to get flow working with my project and for some reason intellij plugin version and kotlin versions are clashing? I have everything up to date but it still thinks I am on version 1.3.5.
Copy code
Exception in thread "main" java.lang.NoClassDefFoundError: kotlin.coroutines.AbstractCoroutineContextKey
	at java.base/java.lang.ClassLoader.defineClassImpl(Native Method)
I keep getting this every time I try to run main
Copy code
➜  ~ kotlin -version
Kotlin version 1.3.72-release-468 (JRE 13.0.1+9)

➜  ~ java -version
openjdk version "13.0.1" 2019-10-15
OpenJDK Runtime Environment AdoptOpenJDK (build 13.0.1+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.17.0, JRE 13 Mac OS X amd64-64-Bit Compressed References 20191031_101 (JIT enabled, AOT enabled)
OpenJ9   - 77c1cf708
OMR      - 20db4fbc
JCL      - c973c65658 based on jdk-13.0.1+9)