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 9dc8e03 commit a951423Copy full SHA for a951423
hll/dynamodb-mapper/dynamodb-mapper-schema-generator-plugin/build.gradle.kts
@@ -3,9 +3,9 @@
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
7
import aws.smithy.kotlin.runtime.InternalApi
8
import aws.smithy.kotlin.runtime.text.ensureSuffix
+import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
9
10
description = "Plugin used to generate DynamoDbMapper schemas from user classes"
11
extra["displayName"] = "AWS :: SDK :: Kotlin :: HLL :: DynamoDbMapper :: Schema Generator Plugin"
0 commit comments