Skip to content

Commit 925afc7

Browse files
committed
fix eager Gradle API
1 parent 2902b79 commit 925afc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime/runtime-core/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ kotlin {
6060
}
6161

6262
// FIXME this config should live in aws-kotlin-repo-tools
63-
val posixMain by getting
64-
posixMain.dependsOn(nativeMain.get())
63+
named("posixMain").orNull?.dependsOn(nativeMain.get())
6564
}
6665

6766
if (HostManager.hostIsMingw) {

0 commit comments

Comments
 (0)