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

feat: provide client config property for region provider #1210

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

xinsong-cui
Copy link

Issue #

#1478

Description of changes

Add Kotlin Coroutine dependency that will be used in awslabs/aws-sdk-kotlin#1488

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This comment has been minimized.

This comment has been minimized.

@xinsong-cui xinsong-cui added the no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly. label Jan 8, 2025

This comment has been minimized.

@xinsong-cui xinsong-cui marked this pull request as ready for review January 8, 2025 22:11
@xinsong-cui xinsong-cui requested a review from a team as a code owner January 8, 2025 22:11
@@ -134,6 +135,7 @@ data class KotlinDependency(
// External third-party dependencies
val KOTLIN_STDLIB = KotlinDependency(GradleConfiguration.Implementation, "kotlin", "org.jetbrains.kotlin", "kotlin-stdlib", KOTLIN_COMPILER_VERSION)
val KOTLIN_TEST = KotlinDependency(GradleConfiguration.TestImplementation, "kotlin.test", "org.jetbrains.kotlin", "kotlin-test", KOTLIN_COMPILER_VERSION)
val KOTLINX_COROUTINES = KotlinDependency(GradleConfiguration.Implementation, "kotlinx.coroutines", "org.jetbrains.kotlinx", "kotlinx-coroutines-core", KOTLINX_COROUTINES_VERSION)
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, I think I gave you the wrong recommendation earlier. This could be done without hardcoding the kotlinx.coroutines version. See @0marperez PR where he does the exact same thing here: https://github.com/smithy-lang/smithy-kotlin/pull/1191/files#diff-cff225fba9b05cc2ba4b10fb157b6a2365da1a2c676cec0d06379bf14a0991ccR416

We can sync up if you have more questions

Copy link

Affected Artifacts

Changed in size
Artifact Pull Request (bytes) Latest Release (bytes) Delta (bytes) Delta (percentage)
smithy-client-jvm.jar 63,487 62,681 806 1.29%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants