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 d68bb67 commit a65dc90Copy full SHA for a65dc90
codegen/protocol-tests/build.gradle.kts
@@ -8,8 +8,8 @@ import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionPath
8
import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionSrcDir
9
10
plugins {
11
- kotlin("jvm") // FIXME - configuration doesn't resolve without this
12
- id("aws.sdk.kotlin.gradle.smithybuild")
+ kotlin("jvm")
+ alias(libs.plugins.aws.kotlin.repo.tools.smithybuild)
13
}
14
15
description = "Smithy protocol test suite"
0 commit comments