We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ExpressionFunctions interface originally was a Java functional interface with many default methods. After changing the source to kotlin MP the generated Java class is no longer a functional interface. This seems to require using compiler flags as described https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-m3-generating-default-methods-in-interfaces/#jvmdefaultwithoutcompatibility
ExpressionFunctions
default
See also https://youtrack.jetbrains.com/issue/KT-63908
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
ExpressionFunctions
interface originally was a Java functional interface with manydefault
methods. After changing the source to kotlin MP the generated Java class is no longer a functional interface. This seems to require using compiler flags as described https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-m3-generating-default-methods-in-interfaces/#jvmdefaultwithoutcompatibilitySee also https://youtrack.jetbrains.com/issue/KT-63908
The text was updated successfully, but these errors were encountered: