Skip to content

Commit a639523

Browse files
authored
refactor: group codegen modules (#792)
1 parent cbf83d8 commit a639523

File tree

153 files changed

+33
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+33
-36
lines changed

README.md

Lines changed: 23 additions & 7 deletions

smithy-kotlin-codegen-testutils/build.gradle.kts renamed to codegen/smithy-kotlin-codegen-testutils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ val jsoupVersion: String by project
2525
dependencies {
2626
implementation(kotlin("stdlib-jdk8"))
2727
implementation("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
28-
api(project(":smithy-kotlin-codegen"))
28+
api(project(":codegen:smithy-kotlin-codegen"))
2929

3030
// Test dependencies
3131
implementation("org.junit.jupiter:junit-jupiter:$junitVersion")

smithy-kotlin-codegen/build.gradle.kts renamed to codegen/smithy-kotlin-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotestVersion")
3737
testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlinVersion")
3838
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion")
39-
testImplementation(project(":smithy-kotlin-codegen-testutils"))
39+
testImplementation(project(":codegen:smithy-kotlin-codegen-testutils"))
4040
}
4141

4242
val generateSdkRuntimeVersion by tasks.registering {

0 commit comments

Comments
 (0)