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 161b57a commit 5d8a1f5Copy full SHA for 5d8a1f5
runtime/auth/aws-signing-crt/build.gradle.kts
@@ -8,14 +8,14 @@ extra["moduleName"] = "aws.smithy.kotlin.runtime.auth.awssigning.crt"
8
9
kotlin {
10
sourceSets {
11
- jvmMain {
+ jvmAndNativeMain {
12
dependencies {
13
api(project(":runtime:auth:aws-signing-common"))
14
implementation(project(":runtime:crt-util"))
15
}
16
17
18
- jvmTest {
+ jvmAndNativeTest {
19
20
implementation(project(":runtime:auth:aws-signing-tests"))
21
0 commit comments