File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
buildSrc/src/main/kotlin/aws/sdk/kotlin/tests/codegen Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- package aws.sdk.kotlin.shared
1+ package aws.sdk.kotlin.tests.codegen
22
33/* *
44 * An AWS SDK for Kotlin codegen test
Original file line number Diff line number Diff line change 11
22import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
33import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionSrcDir
4- import aws.sdk.kotlin.shared .CodegenTest
5- import aws.sdk.kotlin.shared .Model
4+ import aws.sdk.kotlin.tests.codegen .CodegenTest
5+ import aws.sdk.kotlin.tests.codegen .Model
66
77description = " AWS SDK for Kotlin's checksums codegen test suite"
88
Original file line number Diff line number Diff line change 55
66import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
77import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionSrcDir
8- import aws.sdk.kotlin.shared .CodegenTest
9- import aws.sdk.kotlin.shared .Model
8+ import aws.sdk.kotlin.tests.codegen .CodegenTest
9+ import aws.sdk.kotlin.tests.codegen .Model
1010
1111description = " AWS SDK for Kotlin's event stream codegen test suite"
1212
Original file line number Diff line number Diff line change 44 */
55
66import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
7- import aws.sdk.kotlin.shared .CodegenTest
8- import aws.sdk.kotlin.shared .Model
7+ import aws.sdk.kotlin.tests.codegen .CodegenTest
8+ import aws.sdk.kotlin.tests.codegen .Model
99
1010description = " AWS SDK for Kotlin's rules engine codegen integration test suite"
1111
Original file line number Diff line number Diff line change 66import aws.sdk.kotlin.gradle.codegen.dsl.generateSmithyProjections
77import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
88import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionPath
9- import aws.sdk.kotlin.shared .CodegenTest
10- import aws.sdk.kotlin.shared .Model
9+ import aws.sdk.kotlin.tests.codegen .CodegenTest
10+ import aws.sdk.kotlin.tests.codegen .Model
1111
1212description = " AWS SDK for Kotlin's smoke test codegen test suite"
1313
You can’t perform that action at this time.
0 commit comments