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 925afc7 commit 9428a7dCopy full SHA for 9428a7d
runtime/runtime-core/build.gradle.kts
@@ -57,10 +57,10 @@ kotlin {
57
58
all {
59
languageSettings.optIn("aws.smithy.kotlin.runtime.InternalApi")
60
- }
61
62
- // FIXME this config should live in aws-kotlin-repo-tools
63
- named("posixMain").orNull?.dependsOn(nativeMain.get())
+ // FIXME this config should live in aws-kotlin-repo-tools
+ if (name == "posixMain") dependsOn(nativeMain.get())
+ }
64
}
65
66
if (HostManager.hostIsMingw) {
0 commit comments