We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd69b9 commit 38a5cdaCopy full SHA for 38a5cda
hll/dynamodb-mapper/dynamodb-mapper-annotations/build.gradle.kts
@@ -6,13 +6,3 @@
6
description = "DynamoDbMapper annotations"
7
extra["displayName"] = "AWS :: SDK :: Kotlin :: HLL :: DynamoDbMapper :: Annotations"
8
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