Skip to content
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

Kotlin 1.4.0 upgrade #213

Merged
merged 1 commit into from
Sep 24, 2020
Merged

Conversation

thorntonrp
Copy link
Contributor

This pull request upgrades the polyglot-kotlin extension to use Kotlin 1.4.0 which was released on August 17. This fixes an issue that arises with projects using the polyglot-kotlin extension with Kotlin 1.4.0. When these projects attempt to compile their own kotlin source code, the kotlin maven compiler plugin gets the following exception:

java.lang.NoSuchMethodError: 'kotlin.sequences.Sequence kotlin.sequences.SequencesKt.flatMapIterable(kotlin.sequences.Sequence, kotlin.jvm.functions.Function1)'

While debugging, I determined that the above compiler exception only happens with projects using both the polyglot-kotlin extension and Kotlin 1.4.0. Upgrading the polyglot-kotlin extension to use Kotlin 1.4.0 fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants