We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e79d54 commit 91f08b4Copy full SHA for 91f08b4
codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/AwsKotlinDependency.kt
@@ -12,10 +12,6 @@ import software.amazon.smithy.kotlin.codegen.core.isValidVersion
12
// root namespace for the AWS client-runtime
13
const val AWS_CLIENT_RT_ROOT_NS = "aws.sdk.kotlin.runtime"
14
15
-// groupId and version for kotlin coroutines
16
-const val KOTLINX_COROUTINES_GROUP: String = "org.jetbrains.kotlinx"
17
-const val KOTLINX_COROUTINES_VERSION: String = "1.7.3"
18
-
19
private fun getDefaultRuntimeVersion(): String {
20
// generated as part of the build, see smithy-aws-kotlin-codegen/build.gradle.kts
21
try {
0 commit comments