Skip to content

kotlin version upgrade#1993

Merged
riysaxen-amzn merged 2 commits into
opensearch-project:mainfrom
riysaxen-amzn:main
Dec 1, 2025
Merged

kotlin version upgrade#1993
riysaxen-amzn merged 2 commits into
opensearch-project:mainfrom
riysaxen-amzn:main

Conversation

@riysaxen-amzn
Copy link
Copy Markdown
Collaborator

Description

Kotlin version upgrade to 2.2.0 so that it's compatible with 'common-utils' package

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Riya Saxena <riysaxen@amazon.com>
Signed-off-by: Riya Saxena <riysaxen@amazon.com>
Comment thread build.gradle
resolutionStrategy {
force "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why jdk8, jdk7?

@riysaxen-amzn riysaxen-amzn merged commit 0ba78b2 into opensearch-project:main Dec 1, 2025
17 of 18 checks passed
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.

3 participants