Skip to content

Commit 9428a7d

Browse files
committed
even weaker sourceset ref?
1 parent 925afc7 commit 9428a7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/runtime-core/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ kotlin {
5757

5858
all {
5959
languageSettings.optIn("aws.smithy.kotlin.runtime.InternalApi")
60-
}
6160

62-
// FIXME this config should live in aws-kotlin-repo-tools
63-
named("posixMain").orNull?.dependsOn(nativeMain.get())
61+
// FIXME this config should live in aws-kotlin-repo-tools
62+
if (name == "posixMain") dependsOn(nativeMain.get())
63+
}
6464
}
6565

6666
if (HostManager.hostIsMingw) {

0 commit comments

Comments
 (0)