-
Notifications
You must be signed in to change notification settings - Fork 50
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
SDK incompatible with Kotlin 1.6.x #736
Comments
Thanks for the bug report. Indeed this was previously encountered here with users upgrading to 1.7.x. We decided to resolve the previous issue by updating to 1.7.x and just rolling forward. I'm not sure if there are any other uses but we can take a look at removing our usage of In the meantime you might try 0.16.4-beta which was the last release before upgrading to 1.7.x |
Thanks for the prompt response. Indeed, 0.16.4 works w/ Gradle 7.5.1 / Kotlin 1.6.21 - thanks for the advice. Is there a compatibility statement/matrix/plan, e.g. n-2 versions are supported, etc? |
There is no compatibility statement on Kotlin versions right now as we are still in developer preview and plan to take new Kotlin versions eagerly until GA. |
We've published a versioning policy that discusses Kotlin support. As we march towards a GA release we will continue to take new releases of Kotlin as they come. We will not be pursuing backwards compatibility with older Kotlin versions prior to our GA date (and possibly after as indicated in our policy). |
|
Describe the bug
Using AWS Kotlin SDK 0.17.9 as part of a Gradle plugin. Gradle embeds Kotlin as part of its distribution; the Kotlin version is tied to the Gradle version. As of latest Gradle 7.5.1, Kotlin 1.6.21 is embedded.
When using the AWS Kotlin SDK the below exception is encountered due to the SDK being compiled against Kotlin 1.7.x.
Expected behavior
AWS Kotlin SDK work on Kotlin 1.6.x.
Current behavior
AWS Kotlin SDK does not work on Kotlin 1.6.x as detailed above
Steps to Reproduce
Include AWS Kotlin SDK in any Gradle 7.5.1 build script and make an API call.
Possible Solution
No response
Context
Unable to use AWS Kotlin SDK in any release version of Gradle.
AWS Kotlin SDK version used
0.17.9
Platform (JVM/JS/Native)
JVM
Operating System and version
MacOS Ventura
The text was updated successfully, but these errors were encountered: