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 74e1d12 commit 7be214bCopy full SHA for 7be214b
hll/build.gradle.kts
@@ -48,8 +48,6 @@ subprojects {
48
plugin(libraries.plugins.aws.kotlin.repo.tools.kmp.get().pluginId)
49
}
50
51
-// configurePublishing("aws-sdk-kotlin")
52
-
53
kotlin {
54
explicitApi()
55
hll/dynamodb-mapper/dynamodb-mapper-annotations/build.gradle.kts
@@ -3,6 +3,6 @@
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
-description = "Annotations used for the DynamoDbMapper client"
+description = "DynamoDbMapper annotations"
7
extra["displayName"] = "AWS :: SDK :: Kotlin :: HLL :: DynamoDbMapper :: Annotations"
8
extra["moduleName"] = "aws.sdk.kotlin.hll.dynamodbmapper.annotations"
0 commit comments