Has anyone encountered this before? `java.lang.NoS...
# announcements
m
Has anyone encountered this before?
java.lang.NoSuchMethodError: kotlin.jvm.internal.FunctionReference.<init>(ILjava/lang/Object;)V
Out of nowhere my code stopped working, invalidate + restart and a clean build didn't fix it, nor did bumping the compiler + std number (was on 1.1 M4, now on 1.1 beta-17).
i
mbstavola: I've experienced that when using 1.1-M03 stdlib with 1.1-M04 compiler
m
Hmm, I'm pretty sure my compiler and stdlib are the same version, but this is a good starting point for me. Thank you!
Definitely onto something here
My IntelliJ plugin and Kotlin gradle deps are all at beta-22 now, but for whatever reason 1.05 runtime and stdlib are on the classpath