-
Notifications
You must be signed in to change notification settings - Fork 619
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 compilation error with spring-cloud-function 4.2.0- #1218
Comments
We do not specify Kotlin version anywhere in s-c-function, so it is pulled transitively. Please let me know, so I can close this issue |
See #1015. In my tests, I see the kotlin-maven-plugin using a 2.1.0 plugin. There might be some times it gets 2.1.0 and other times it doesn't. |
Seems like it is indeed random, so we need to be explicit about it. . . |
Wonderful, thanks @olegz and @spencergibb! |
Describe the bug
Kotlin compilation error with spring-cloud-function
4.2.0
Versions of the framework:
Sample
To reproduce:
Current behavior
Compilation error:
Expected behavior
No compilation error
Added minimal reproducer project just in case:
demo3.zip
The text was updated successfully, but these errors were encountered: