Skip to content

Commit 38a5cda

Browse files
committed
Remove unnecessary dependency
1 parent 8dd69b9 commit 38a5cda

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

hll/dynamodb-mapper/dynamodb-mapper-annotations/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,3 @@
66
description = "DynamoDbMapper annotations"
77
extra["displayName"] = "AWS :: SDK :: Kotlin :: HLL :: DynamoDbMapper :: Annotations"
88
extra["moduleName"] = "aws.sdk.kotlin.hll.dynamodbmapper.annotations"
9-
10-
kotlin {
11-
sourceSets {
12-
commonMain {
13-
dependencies {
14-
implementation(project(":hll:dynamodb-mapper:dynamodb-mapper"))
15-
}
16-
}
17-
}
18-
}

0 commit comments

Comments
 (0)