Skip to content

Commit 91f08b4

Browse files
committed
address PR reviews
1 parent 0e79d54 commit 91f08b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/AwsKotlinDependency.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ import software.amazon.smithy.kotlin.codegen.core.isValidVersion
1212
// root namespace for the AWS client-runtime
1313
const val AWS_CLIENT_RT_ROOT_NS = "aws.sdk.kotlin.runtime"
1414

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-
1915
private fun getDefaultRuntimeVersion(): String {
2016
// generated as part of the build, see smithy-aws-kotlin-codegen/build.gradle.kts
2117
try {

0 commit comments

Comments
 (0)