Skip to content

Commit 2eba0f7

Browse files
authored
misc: configure Linux for smithy-kotlin (#144)
1 parent cea8048 commit 2eba0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-plugins/kmp-conventions/src/main/kotlin/aws/sdk/kotlin/gradle/kmp/ConfigureTargets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fun Project.configureKmpTargets() {
132132
kmpExt.apply { configureWindows() }
133133
}
134134
if ((hasLinux || hasDesktop) && (HostManager.hostIsLinux || NATIVE_ENABLE_ALL_TARGETS)) {
135-
if (group == "aws.sdk.kotlin.crt") { // TODO Remove special-casing once K/N is released across the entire project
135+
if (group == "aws.sdk.kotlin.crt" || group == "aws.smithy.kotlin") { // TODO Remove special-casing once K/N is released across the entire project
136136
kmpExt.apply { configureLinux() }
137137
} else {
138138
kmpExt.apply { configureDummyLinux() }

0 commit comments

Comments
 (0)