-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NoSuchMethodError: kotlin.jvm.internal.FunctionReference.<init>(ILjava/lang/Object;)V #200
Comments
am also getting this on phpstorm 10, updated to 2018 and its fine ... |
This error is caused by the following line:
Older platform versions do not support the method reference syntax (introduced in JDK 1.8). The Kotlin compiler really should handle this by translating |
I have met this bug also. |
This issue is caused by an outdated version of the Kotlin runtime bundled with older platform versions. Will bump the minimum required version, recommend updating to at least a |
It throws a error when i start to use AceJump,and I alse see the same error from #160 , #149 , #143 ,
Does it throws error due to my some wrong operatrions?
the Information of IDE below:
Thanks for debug~
The text was updated successfully, but these errors were encountered: