Skip to content

Commit c80b55c

Browse files
committed
Update buildSrc package setup
1 parent a3a2e09 commit c80b55c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

buildSrc/src/main/kotlin/shared/CodegenTest.kt renamed to buildSrc/src/main/kotlin/aws/sdk/kotlin/shared/CodegenTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package shared
1+
package aws.sdk.kotlin.shared
22

33
/**
44
* An AWS SDK for Kotlin codegen test

tests/codegen/checksums/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
33
import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionSrcDir
4-
import shared.CodegenTest
5-
import shared.Model
4+
import aws.sdk.kotlin.shared.CodegenTest
5+
import aws.sdk.kotlin.shared.Model
66

77
description = "AWS SDK for Kotlin's checksums codegen test suite"
88

tests/codegen/event-stream/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
77
import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionSrcDir
8-
import shared.CodegenTest
9-
import shared.Model
8+
import aws.sdk.kotlin.shared.CodegenTest
9+
import aws.sdk.kotlin.shared.Model
1010

1111
description = "AWS SDK for Kotlin's event stream codegen test suite"
1212

tests/codegen/smoke-tests/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import aws.sdk.kotlin.gradle.codegen.dsl.generateSmithyProjections
77
import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
88
import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionPath
9-
import shared.CodegenTest
10-
import shared.Model
9+
import aws.sdk.kotlin.shared.CodegenTest
10+
import aws.sdk.kotlin.shared.Model
1111

1212
description = "AWS SDK for Kotlin's smoke test codegen test suite"
1313

0 commit comments

Comments
 (0)