Skip to content

Commit 3840aff

Browse files
committed
Collapse all dependencies into nativeMain
1 parent 99c3e73 commit 3840aff

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

runtime/observability/logging-crt/build.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,12 @@ extra["moduleName"] = "aws.smithy.kotlin.runtime.telemetry.logging.crt"
88

99
kotlin {
1010
sourceSets {
11-
commonMain {
12-
dependencies {
13-
api(project(":runtime:observability:telemetry-api"))
14-
}
15-
}
16-
1711
nativeMain {
1812
dependencies {
13+
api(project(":runtime:observability:telemetry-api"))
1914
api(libs.crt.kotlin)
2015
}
21-
}
2216

23-
all {
24-
languageSettings.optIn("aws.smithy.kotlin.runtime.InternalApi")
2517
}
2618
}
2719
}

0 commit comments

Comments
 (0)